Learn step-by-step how to update your PHP scripts from MySQL to MySQLi. Just adding an "i" is not the solution!
Tag: mysqli
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