Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/u195296372/public_html/include/header.php on line 21
I had this error in my header.
This is the code (line 21 and 22):
mysql_connect("$host", "$username", "$password")or die("cannot connect to the database.");
mysql_select_db("$db_name")or die("cannot select the database.");