I have: WinNT_4.00 Server Apache PHP_5 MySQL_4
[myscript.php] ... $link = mysql_pconnect(); ... -------------
If you run "php.exe myscript.php", you'll get message: "Fatal error: Call to undefined function: mysql_pconnect()..."
HOW TO DECIDE THIS PROBLEM ?
Have you installed the php_mysql module in PHP5, it is not included by default now.
-- Lester Caine ----------------------------- L.S.Caine Electronic Services
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php