Top "Mysqli" questions

The mysqli PHP extension is a PHP database driver.

mysqli_fetch_array() expects parameter 1 to be mysqli_result, boolean given in

I'm have some trouble checking if a Facebook User_id already exists in my database (if it doesn't it should …

php mysql mysqli boolean
How can I enable the MySQLi extension in PHP 7?

I have installed PHP 7 and MySQL 5.5.47 on Ubuntu 14.04 (Trusty Tahr). I have checked installed extension using: sudo apt-cache search php7…

php mysql mysqli php-7
How to install MySQLi on MacOS

I cannot find instructions about installing MySQLi on a Mac. Just to be clear, MySQL is up to date and …

php macos mysqli
CodeIgniter: Unable to connect to your database server using the provided settings Error Message

I have been using CI just fine using the MySQL driver. I want to use the MySQL driver instead, but …

php mysql codeigniter connection mysqli
How to solve "Fatal error: Class 'MySQLi' not found"?

I am doing a tutorial and am getting this error: Fatal error: Class 'MySQLi' not found (LONG URL) on line 8 …

php mysqli
Fatal error: Call to a member function bind_param() on boolean

I'm busy on a function that gets settings from a DB, and suddenly, I ran into this error: Fatal error: …

php mysql mysqli
MySQL vs MySQLi when using PHP

Which is better, MySQL or MySQLi? And why? Which should I use? I mean better not just in terms of …

php mysql mysqli
Headers and client library minor version mismatch

In PHP I'm getting the following warning whenever I try to connect to a database (via mysql_connect) Warning: mysql_…

php ubuntu mysqli warnings
How to display errors for my MySQLi query?

I am using the following script to process a form to add info to my website. The problem I am …

php mysql mysqli
Commands out of sync; you can't run this command now

I am trying to execute my PHP code, which calls two MySQL queries via mysqli, and get the error "Commands …

php sql mysql mysqli