News

This is an simple include file written in PHP that (currenlty) has 6 functions made to simplify mysqli queries. The MySQLi functions allows you to access MySQL database servers. They are more secure ...
MySQLnd, or MySQL Native Driver, is a PHP extension that provides a low-level interface to MySQL. It is not a database abstraction layer like PDO or MySQLi, but instead a library that handles ...
After depreciation of mysql_* functions from php 5.5, mysqli and pdo are two most popular and preferred options to interact with mysql databases in php. this article demonstrates the introduction of ...
first you need to include the easySQL.php which for itself includes the config.php with all the config stuff. The class decides by itself whether to use mysql or mysqli functions (not perfect yet) by ...