Learn step-by-step how to update your PHP scripts from MySQL to MySQLi. Just adding an "i" is not the solution!
Category: MySQL
MySQL, PHP
How to use PDO with MySQL database
Once the mysql extension is deprecated, it is recommended to use the PDO extension. In this tutorial, I show how to use PDO with MySQL in an easy and clear way
MySQL, PHP
MySQL deprecated? Check out what to do
mysql_* functions, such as mysql_connect and mysql_query, should be avoided. In PHP 7, they no longer exist. Learn about two alternatives here
Database, MySQL, PHP, Programming
The PHP’s MySQLi extension
Learn how to use the MySQLi extension in PHP, with more recent MySQL features. Starting from PHP 5.5, mysql_* functions are deprecated, and you should use MySQLi