simple-mysqli icon indicating copy to clipboard operation
simple-mysqli copied to clipboard

PHP class to access MySQL database wrapper using MySQLi

Results 5 simple-mysqli issues
Sort by recently updated
recently updated
newest added

This function returns error Warning: Trying to access array offset on value of type null in... **if $result is null**. ``` public function getResult($query, $pos = 0) { if($query) {...

how to update counter values with it ?? like $update = array( 'views' =>'views' +1 ); //Add the WHERE clauses $where_clause = array( 'path' => $url); $updated = $database->update( 'datas',...

how can i update to `null` ?

When calling multiple stored procedures, you can run into the following error: "Commands out of sync; you can't run this command now". I added the following to my class.db.php and...

Hi, the function 'filter( $data )' works perfectly on Windows platform, but I use it in Ubuntu Server Platform, that function will make Chinese input (UTF-8?) to mojibake.