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

Wrapper for a PHP MySQL class, which utilizes MySQLi and prepared statements.

Results 156 PHP-MySQLi-Database-Class issues
Sort by recently updated
recently updated
newest added

hello, i'm using this package and trying to make my website online, but when i tried to i got the error log saying : [18-Jul-2022 10:44:52 UTC] PHP Warning: mysqli::__construct():...

This page isn’t working aroma.vijaytrans.in is currently unable to handle this request. HTTP ERROR 500 db library is working fine in local host. but giving error 500 in online server

I'm writing a search function that needs to look in multiple columns. I don't see a way to use CONCAT_WS. Is it possible to do? ``` SELECT * FROM pages...

Another one request. This feature is sorely lacking. https://github.com/ThingEngineer/PHP-MySQLi-Database-Class/issues/690

When getting records from the database, the PHP memory goes up drastically. ```` ( ! ) Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 2711347632 bytes)...

Hello everyone ~ I would like help. $ sg_rst = $ db_slave-> rawQueryOne ("CALL SP_ADMIN_GET_USER_LOGIN ('id', 'pw')"); I am getting the following error when requesting. Fatal error: Allowed memory size...

db->setQueryOption( 'DELAYED' )->insert is not supported even though it should be according the documentation. This is the error I get. You can see that the allowedOptions does not contain DELAYED...

PHP Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in MysqliDb.php on line 554 `554 $query = str_replace(PHP_EOL, null, $query);`

Is there a way to export the data from a mysql query to excel/cvs? Thanks!