this is my script:
<? mysql_pconnect("localhost", "root", "") && print "MySQL and PHP work";?>
i get the error:
Fatal error: Call to undefined function: mysql_pconnect() in /var/www/html/testconnect.php on line 1
why. I am almost positive that everything is installed right. Everything is with the latest versions