Author: Sarmad mahar
Email:  
[email protected] , 
[email protected] , 
[email protected]
Description: This class is developed to use mysqli class
Features:
- Implementation of mysqli class 
- Sent email to admin if any query goes wrong without knowing vistors 
- Track querry errors 
Step 1: Open db.inc.php Change value of blow Variables
var $host="localhost";
var $user="root";
var $pass="";
var $db="DATA_BASE_NAME";
var $adminEmail="
[email protected]";
Step 2: test.php  change blow query "select your table I have articles table on my localhost"
$result=$db->Executequery("select * from articless");