Re: PHP and MySQL help please !

2002-04-25 Thread Jan-Michael Ong
Hello, Try this good luck Andrew Rich wrote: > Further to this, I removed the "@" symbol and got:- > > Fatal Error: Call to undefined function: mysql_connect() in > /var/www/html/results.php > > @ $db = mysql_pconnect("localhost", "user", "password"); > > $db = mysql_pconnect("localhost", "us

RE: PHP and MySQL help please !

2002-04-24 Thread Michael Chang
t; ? > > I am not sure if the include statement is design to add mysql BINARIES or > SOURCE CODE ?? > > Lost. > > Andrew > > -Original Message- > From: Andrew Rich [mailto:[EMAIL PROTECTED]] > Sent: Thursday, 25 April 2002 11:28 AM > To: Andrew R

RE: PHP and MySQL help please !

2002-04-24 Thread Andrew Rich
11:28 AM To: Andrew Rich; [EMAIL PROTECTED] Subject: RE: PHP and MySQL help please ! Further to this, I removed the "@" symbol and got:- Fatal Error: Call to undefined function: mysql_connect() in /var/www/html/results.php @ $db = mysql_pconnect("localhost", "user&qu

RE: PHP and MySQL help please !

2002-04-24 Thread Andrew Rich
Further to this, I removed the "@" symbol and got:- Fatal Error: Call to undefined function: mysql_connect() in /var/www/html/results.php @ $db = mysql_pconnect("localhost", "user", "password"); $db = mysql_pconnect("localhost", "user", "password"); Ideas ? Why is it now a undefined function