PHP-MySQLi-Database-Class icon indicating copy to clipboard operation
PHP-MySQLi-Database-Class copied to clipboard

mysqli is null error

Open zeeeuu opened this issue 5 years ago • 1 comments

it works well with get method of db object but when i call insert method of db object then it return error "mysqli is null" what is wrong there

zeeeuu avatar Sep 04 '20 07:09 zeeeuu

You have to update the class file Mysqli.php like per my mod: https://github.com/ThingEngineer/PHP-MySQLi-Database-Class/pull/954

enrybisco avatar Jul 22 '21 14:07 enrybisco