I have installed mysql and php successfully.While connecting with mysql it
is giving error like this
ss.php: No mySQL support on line 11
$link=mysql_connect("$hostname","$username","$password");
Manually i can connect mysql by giving like this
mysql -uusername -ppassword
It is connecting.If there any function to find out wheather php supporting
mysql.
If there is any problem with mysql means manually i can't connect know...
I have tried this one also
phpinfo();
It is giving all the details about php line doc root,hostname.port address
etc...
Then where is the problem
Tell me as soon as possible
with Thanks & Regards,
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]