I'm running Linux - Apache - PHP - Mysql but when i want to connect to the Mysql server I get the following error:
Fatal error: Call to unsupported or undefined function mysql_pconnect() in /home/httpd/html/bc/index.php on line 17
$db = mysql_connect "localhost", "login", "pass");
Phpmyadmin doesn't show anything but a white screen...
only webmin can access the database!!!
anyone has some advice ???
Neutje
Fatal error: Call to unsupported or undefined function mysql_pconnect() in /home/httpd/html/bc/index.php on line 17
$db = mysql_connect "localhost", "login", "pass");
Phpmyadmin doesn't show anything but a white screen...
only webmin can access the database!!!
anyone has some advice ???
Neutje