Top "Mysqli" questions

The mysqli PHP extension is a PHP database driver.

Can I mix MySQL APIs in PHP?

I have searched the net and so far what I have seen is that you can use mysql_ and mysqli_ …

php mysql pdo mysqli
difference between mysqli_query and mysqli_real_query

What is the difference between mysqli::query and mysqli::real_query? OR What is the difference between mysqli_query and …

php mysqli
Error in phpmyadmin - `mysqli extension is missing`

I`ve just installed LAMP stack (also tried with nginx) and after installing the phpmyadmin and trying to access 'localhost/…

php mysqli phpmyadmin ubuntu-18.04
What is the type of NULL in mysqli bind_param?

I am trying to bind params to a INSERT INTO MySQLi prepared statement if that variable exists, otherwise insert null.…

php mysqli sqlbindparameter
How do you use IN clauses with mysqli prepared statements

I’m moving some old code over to the new msqli interface using prepared statements, I’m having trouble with …

php mysqli sql-in
Difference between "->" and "::" in PHP MySQLi OOP

Can anyone tell the difference between mysqli->commit and mysqli::commit? The header in this page is mysqli::commit, …

php mysql oop mysqli
Creating a webpage with user accounts, what do I need to keep in mind?

I am trying to write a website that has user accounts. There isn't much sensitive information other than the password …

php security mysqli user-accounts
Why affected_rows always returns -1?

I seem to have problem getting affected_rows when I INSERT and SELECT, it just returns -1 for some reason? …

php mysqli prepared-statement rows-affected
Fatal error: Call to undefined method mysqli_stmt::get_result()

i'm working to a web app, and PHP is my backend language... until now, i tested the website on localhost, …

php mysqli fatal-error easyphp
Handle decimal numbers in mysqli

I have to put the price of some items inside a mysql table. When creating the table I'm using DECIMAL(10,2) …

php floating-point mysqli floating-accuracy floating-point-precision