Hello ,

  I am trying to connect mysql using php script like this

$link= mysql_connect('$servername','$username','$password');
 
 but it is giving Fatal error call to undefined function mysql_connect()

I have checked wheather php is installed properly by using this

phpinfo();

Everything is okay but it is displaying this error...


If anyone came to know the reason for this tell me as soon as possible


-Uma



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to