PHP-MySQL-Class icon indicating copy to clipboard operation
PHP-MySQL-Class copied to clipboard

Simple MySQL class written in PHP, for interfacing with a MySQL database.

Results 22 PHP-MySQL-Class issues
Sort by recently updated
recently updated
newest added

I hope this will help a little bit to improve code

Started using your class and it works great except when I had a typo in my SQL and was wondering why nothing was being inserted into my DB. A great...

added a new feature to count number of rows in a table

Hello, when I run the following query `$db->ExecuteSQL('SET NAMES utf8');` I get the following error: ``` # Line 121 mysql_num_rows() expects parameter 1 to be resource, boolean given ``` I...

I use mysql version 5.6.21 - MySQL Community Server (GPL Warning: mysql_query(): 6 is not a valid MySQL-Link resource in D:\WEB\exper\GRABBING\videohive\inc\class.MySQL.php on line 208 please help :)

in the current commit the `settype()` function was misleadingly used in the `CleanData()` function. The result of [settype()](http://www.php.net/manual/de/function.settype.php) is not the manipulated data but a boolean result code. This results...

Hello, I'm using this wonderfull class in a IRC logbot made in PHP ofcourse ;) with SmartIRC.... But after 115-125 queries it stops working, well, i don't get the usual...

Hi, How use datatypes and wheretypes with the update function ? update($table, $set, $where, $exclude = '', $datatypes, $wheretypes) $table is a value; $set is an array $where is an...