help! I'm using RedHat 7.0 with php 4.04pl and Mysql 3.23.36. My problem is that when I test a php script to access mysql database, an error appears like this :
Fatal error: Call to undefined function: mysql_connect() in /var/www/html/login.php on line 6.
basically line 6 contains the line mysql_connect("database","user","password");
I'm a newbie with linux, php and mysql so i'd appreciate all the help i can get!!
thanx,
terx