This code uses the mysql_* functions, which are deprecated and have been removed from PHP 8.0. This will cause a fatal error if run on a PHP 8.0+ system.
I'm trying to connect to a mysql database using php, and I keep getting this error:<BR><BR>Call to undefined function: mysqli_connect()<BR><BR>Most of my googling found people who have this problem ...