Database access class for MySql with Php
A php class to access mysql. It uses mysqli How to use: Include this Db file. create a Database object…
Read MoreA php class to access mysql. It uses mysqli How to use: Include this Db file. create a Database object…
Read MoreTo Find if a record exists or not: Normally we use : SELECT COUNT(*) FROM anj_table WHERE fileldName = ‘anj_field’…
Read More