[PHP] Going blind? Plz hlp w/ parse error

2001-09-19 Thread Anthony Rodriguez
Please help! There is a parse error in like 10: ?php // file: root/reg/add_2.php, updated: 08/25/01 $connection=@mysql_connect(localhost,afrodriguez,xxx) or die (No connection!); $db=@mysql_select_db(sbwresearch,$connection) or die (No database!); $qry_1=select * from cust_info where

RE: [PHP] Going blind? Plz hlp w/ parse error

2001-09-19 Thread Lawrence . Sheed
: Anthony Rodriguez [mailto:[EMAIL PROTECTED]] Sent: September 20, 2001 12:34 PM To: [EMAIL PROTECTED] Subject: [PHP] Going blind? Plz hlp w/ parse error Please help! There is a parse error in like 10: ?php // file: root/reg/add_2.php, updated: 08/25/01 $connection=@mysql_connect(localhost

Re: [PHP] Going blind? Plz hlp w/ parse error

2001-09-19 Thread Brian White
At 00:34 20/09/2001 -0400, Anthony Rodriguez wrote: Please help! There is a parse error in like 10: ?php // file: root/reg/add_2.php, updated: 08/25/01 $connection=@mysql_connect(localhost,afrodriguez,xxx) or die (No connection!); $db=@mysql_select_db(sbwresearch,$connection) or die (No

Re: [PHP] Going blind? Plz hlp w/ parse error

2001-09-19 Thread ReDucTor
Which line is line 10?!? - Original Message - From: Anthony Rodriguez [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, September 20, 2001 2:34 PM Subject: [PHP] Going blind? Plz hlp w/ parse error Please help! There is a parse error in like 10: ?php // file: root/reg