Search code examples
Do PDO and MySQLi use MySQL functions under the abstraction layer?...


phpmysqlpdomysqli

Read More
How are query results stored in mysqli_result...


phpmemorymysqli

Read More
Why do I get a syntax error when I try to use a parameter in my query?...


phpmysqli

Read More
Is there a method in mysqli that can read the data into PHP allowing them to be changed and saved af...


phpmysqli

Read More
Is it normal that after using real_escape_string the saved data does not contain the slashes?...


phpmysqlmysqlimysql-real-escape-string

Read More
How can I use PHP in SQL query?...


phpmysqli

Read More
What does mysqli_query return?...


phpmysqli

Read More
The correct way to include connection using mysqli...


phpmysqli

Read More
How to successfully pass a string containing an apostrophe into a mysqli query...


phpmysqliprepared-statementsql-injectionapostrophe

Read More
Troubleshooting "Warning: mysqli_result::fetch_array() expects parameter 1 to be long, object g...


phpmysqli

Read More
Retrieving multiple results from a query in PHP...


phpmysqli

Read More
Cannot pass parameter by reference in MySQLi...


phpmysqliprepared-statementbindparam

Read More
Data is not present in the database after insertion...


phpmysqli

Read More
How to get the value of this query?...


phpmysqliprepared-statement

Read More
PHP extending mysqli_result...


phpmysqli

Read More
How to use mysqli::fetch_object()?...


phpobjectmysqlifetch

Read More
have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version f...


phpmysqli

Read More
Error during SELECT on prepared statement (fetch_assoc() function)...


phpmysqli

Read More
prepared statement SELECT gives Call to a member function fetch_assoc() on a non-object...


phpmysqliprepared-statement

Read More
Prepared Statement doesn't work...


phpmysqlsqlmysqliprepared-statement

Read More
Pass SQL database connection to PHP function...


phpmysqli

Read More
Fatal error: Call to a member function fetch_assoc() on a non-object on insertion...


phpmysqli

Read More
Passing NULL from PHP to MySQL for auto increment...


phpmysqli

Read More
how to escape string in mysqli...


phpmysqli

Read More
Call to a member function fetch_assoc() on a non-object - pretty sure sql query is correct...


phpmysqli

Read More
Mysqli update throwing Call to a member function bind_param() error...


phpmysqli

Read More
$conn->connect_errno triggers "Can't fetch MySQLi" warning...


phpmysqli

Read More
Can mysqli_multi_query be used together with prepare statements?...


phpmysqliprepared-statement

Read More
How to set a collation with mysqli?...


phpmysqlmysqlicollation

Read More
How to perform UPDATE with mysqli->prepare?...


phpmysqliprepared-statement

Read More
BackNext