I am experiencing a problem with a script to connect o my database. I get this msg:and this is the offending line:Code:Fatal error: Call to undefined function mysql_connect() in c:\...\connect.test.phpWhy would I get an error like this when has been working fine for a few years now?Code:$conn = @mysql_connect($mysql_host, $mysql_user, $mysql_password) or die("Sorry, couldn't connect to the datebase!<br>Please try later again!");
Irvin.





Bookmarks