Posted by Bruce A. Julseth on 06/16/05 18:02
I have:
MySQL 4.1
PHP 5.0.4 (I think. The News.txt says 31 Mar 2005, PHP 5.0.4)
Apache 2.0.50
When I try to connect to MySQL, via PHP, with
$db = mysql_pconnect('localhost', 'user', 'pw');
I get
Fatal error: Call to undefined function mysql_pconnect() in
C:\Inetpub\wwwroot\MySqlTest\Default.php on line 4
What is my problem?
Thanks..
Bruce
[Back to original message]
|