friends, hello i am comimg across the problem in mysql when i am trying to connect to data base through mysql_connect() function i am getting this error message: Fatal error: Call to unsupported or undefined function mysql_connect() in /home/httpd/html/phpfiles/con.php3 on line 3
HELP
What does lines 1, 2 and 3 say?
line 3 $id_link = @mysql_connect($dbhost, $loginname, $loginpass); there is no probs in line 1,2 its mysql_connect() which is creating problem i think there is some probs in INSTALLATIOn which i want to sort out