Re: PHP and MySQL help please !

2002-04-25 Thread Jan-Michael Ong
"password"); > > $db = mysql_pconnect("localhost", "user", "password"); > > Ideas ? Why is it now a undefined function ? > > Andrew > -Original Message- > From: Andrew Rich [mailto:[EMAIL PROTECTED]] > Sent: Thursday, 25 April

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
ser", "password"); Ideas ? Why is it now a undefined function ? Andrew -Original Message- From: Andrew Rich [mailto:[EMAIL PROTECTED]] Sent: Thursday, 25 April 2002 11:14 AM To: [EMAIL PROTECTED] Subject: PHP and MySQL help please ! + PHP Installed and going - I can write to

PHP and MySQL help please !

2002-04-24 Thread Andrew Rich
+ PHP Installed and going - I can write to files, retrieve flatfiles + Apache running servers outpages nop probes Trying to talk to SQL using PHP. -- Go to SQL now Number of books found: ".$num_results.""; ?>