[Solved] How to use mysql insted of mysqli in PHP
http://php.net/manual/en/intro.mysql.php The mysql_* functions have long been deprecated, and were finally removed in PHP 7. The mysqli_* functions are quite similar and it should be pretty easy to ‘upgrade’ a piece of code to use mysqli, even if you don’t use the extra features, like bind parameters. But for a course, even a small difference … Read more