RE: [PHP] help with parse error

2003-08-26 Thread Paul Fitzpatrick
ECTED] Subject: [PHP] help with parse error I have a parse error on line 12 -- --- "); echo(""); echo($row['Title']. ""); echo(""); echo(""); echo($row['SubT']."

[PHP] help with parse error

2003-08-26 Thread Stevie D Peele
I have a parse error on line 12 -- --- "); echo(""); echo($row['Title']. ""); echo(""); echo(""); echo($row['SubT'].""); echo(""); echo(""); echo($row['Author']. ""); echo($row['Story']); echo("");

RE: [PHP] Help with parse error

2003-08-20 Thread James Johnson
Yup, that was it. Missing a semi-colon on line 8. Thanks, James -Original Message- From: Peter James [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 20, 2003 1:17 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] Help with parse error Can you give us a couple lines either side of this

Re: [PHP] Help with parse error

2003-08-20 Thread Peter James
- From: "James Johnson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 20, 2003 1:07 AM Subject: [PHP] Help with parse error > Hi, > > I'm trying to figure out this error I'm getting in my code: > > Parse error: parse error in /home/

[PHP] Help with parse error

2003-08-20 Thread James Johnson
Hi, I'm trying to figure out this error I'm getting in my code: Parse error: parse error in /home/.paco/campuscb/AdPayment.php on line 9 This is the code on line 9: $sDate = date('Y-m-d',time()); Does this look valid? Thanks, James -- PHP General Mailing List (http://www.php.net/) To unsubs