PHP: Why you should no longer use the mysql_* functions

Plenty of PHP tutorials that explain how to connect to a MySQL database still use functions such as mysql_connect() or mysql_query(). These come from the ext/mysql extension and should no longer be used today.