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...