Hi I'm running RH7.3 with mysql 3.53 and php 4.2.1 However... php does not have access to my mysql database.
I'm getting the old "Fatal error: Call to undefined function: mysql_connect() in /var/www/html/quotes.php on line 48"
PHP is up and working properly apart from not having mysql support, I'm pretty sure it was just installed without support for mysql. Is it possible to add in support for the mysql server to the existing php without needing a complete reinstall? If so how do i do this? Thanks