RE: [PHP-DB] Re: Parse Error

2003-02-28 Thread Matthew Moldvan
Actually this is incorrect also and will only result in another parse error ... you have (), which is fine, but then {)}, which doesn't make any sense to the parser. Regards, Matthew Moldvan --- System Administrator Trilogy International, Inc

Re: [PHP-DB] Re: Parse error (a bit OT)

2002-02-21 Thread Markus Lervik
On Thu, 2002-02-21 at 14:36, Lerp wrote: Hi there :) I think you just might be missing two curly braces. Like below. if ($next_week) { while(date(W,mktime(0,0,0,$m,$d,$Y))==$week) { ...blablabla... } } Well, I intentionally left a few lines and curly brackets and stuff off the mail, so

Re: [PHP-DB] Re: Parse error (a bit OT)

2002-02-21 Thread Lerp
Glad you figured it out :) Cheers, Joe :) Markus Lervik [EMAIL PROTECTED] wrote in message 1014295168.26036.27.camel@hal9000">news:1014295168.26036.27.camel@hal9000... On Thu, 2002-02-21 at 14:36, Lerp wrote: Hi there :) I think you just might be missing two curly braces. Like below. if

RE: [PHP-DB] Re: parse error

2001-12-13 Thread Rob Day
Sorry for not giving enough info. This is right in the middle of the script. I do have the opening and closing tags. It must ne something else. -Original Message- From: Matthew Crouch [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 13, 2001 4:04 PM To: [EMAIL PROTECTED] Subject:

RE: [PHP-DB] Re: parse error

2001-12-13 Thread Nally, Tyler G.
Message- From: Rob Day [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 13, 2001 5:37 PM To: '[EMAIL PROTECTED]' Subject: RE: [PHP-DB] Re: parse error Sorry for not giving enough info. This is right in the middle of the script. I do have the opening and closing tags. It must ne

Re: [PHP-DB] Re: parse error

2001-12-13 Thread Matthew Crouch
your line 357 doesn't appear to have its semicolon... Rob Day wrote: Sorry for not giving enough info. This is right in the middle of the script. I do have the opening and closing tags. It must ne something else. -Original Message- From: Matthew Crouch [mailto:[EMAIL PROTECTED]]