Simple class to work with mysql.
Example : Initializing:
'localhost', 'username' => 'username', 'password' => 'pass1234', 'db_name' => 'maindb' ]; $db = new DbConnect($configs); ?>- Make a query:
- Select
'; } ?>
- Insert
- Update
- PlusOne (if you want to just insrement some parameter)
- Delete
- Prepare string to use in WHERE string