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 http://www

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

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 m

Re: [PHP-DB] Re: parse error

2001-12-13 Thread Richard S. Crawford
Rob, Can you show us a few lines before and after the script? The only thing that I can figure is that line 360 should end with a single quote and a semicolon (';), but it would be easier if we could see the code in context. Richard At 02:42 PM 12/13/2001, you wrote: > > > I've written a sm

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]

RE: [PHP-DB] Re: parse error

2001-12-13 Thread Nally, Tyler G.
// > -Original 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

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: [PHP-