Re: [PHP] Parse error on blank line...

2001-02-06 Thread Toby Butzon
gt; "Jackson, Michael" <[EMAIL PROTECTED]>; > <[EMAIL PROTECTED]> > Sent: Monday, February 05, 2001 4:48 PM > Subject: RE: [PHP] Parse error on blank line... > > > Even if I was missing a brace, doesn't it seem odd that it would > always > > give

Re: [PHP] Parse error on blank line...

2001-02-05 Thread April
ROTECTED]>; "April" <[EMAIL PROTECTED]>; "Jackson, Michael" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, February 05, 2001 4:48 PM Subject: RE: [PHP] Parse error on blank line... > Even if I was missing a brace, doesn't it seem odd that

RE: [PHP] Parse error on blank line...

2001-02-05 Thread Jackson, Michael
ackson, Michael; [EMAIL PROTECTED] Subject: RE: [PHP] Parse error on blank line... I'm not sure where it is, but I agree that you are missing a curly brace somewhere. Take a break from your code for a bit, come back to it, and start matching braces. I suggest getting a coffee or

RE: [PHP] Parse error on blank line...

2001-02-05 Thread johnny p.
ED]] > Sent: Monday, February 05, 2001 4:31 PM > To: Jackson, Michael; [EMAIL PROTECTED] > Subject: Re: [PHP] Parse error on blank line... > > > You missed a } in there. Inside of that else, you have an > if, but you never > close the else. > > >190

Re: [PHP] Parse error on blank line...

2001-02-05 Thread April
argh, nm, I'm an idiot. - Original Message - From: "April" <[EMAIL PROTECTED]> To: "Jackson, Michael" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, February 05, 2001 4:31 PM Subject: Re: [PHP] Parse error on blank line... > You

Re: [PHP] Parse error on blank line...

2001-02-05 Thread April
You missed a } in there. Inside of that else, you have an if, but you never close the else. >190 showmainscreen(); >191} >192 should be >190 showmainscreen(); >191} >192} - Original Message - From: "Jackson, Michael" <[EMAIL PROTECTED]> To