mysqli fetch array

Mega Class Database (MYSQLI) v 1.0

Mega Class Database (MYSQLI) v 1.0

Mega Class Database (MYSQLi) v 1.0 Use every feature of MySQLi in PHP . Main Features: 1. MySQLi Compatible with:MySQL MySQL 4.0+, MySQL 5.0+. 2. Easy to Use, clean, easy to understand code. 3. Access MySQL Database without any knowledge of MySQL or SQL . 4. Uses Associative array of data to insert and update rows in the database table. 5. Optional escape string feature to avoid SQL Injections. 6. Automatically Creates Prepared Statements. 7. ...

PHP MySQLi to MySQL Converter Class

PHP MySQLi to MySQL Converter Class

This class makes it possible to use Mysqli class in a not Mysqli supported php hosting. It is a handwritten mysqli class. So you can use Mysqli class without installing Mysqli extention. It has almost all functionality of the real MySQLi Class. If you are getting “Fatal error: Class ‘MySQLi’ not found”, this is solution. Just include my_mysqli.php and use mysqli class without any server configuration. It’s quite easy. How to use it : It’s v...