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
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
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
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
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]
//
> -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
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-