RE: [PHP-DB] need help spotting this php parse error

2003-01-23 Thread Peter Lovatt
Hi Probably a missing ; ?> "> -Original Message- From: Ignatius Reilly [mailto:[EMAIL PROTECTED]] Sent: 23 January 2003 22:00 To: David Rice; [EMAIL PROTECTED] Subject: Re: [PHP-DB] need help spotting this php parse error Dunno. I also re

Re: [PHP-DB] need help spotting this php parse error

2003-01-23 Thread Ignatius Reilly
ct: [PHP-DB] need help spotting this php parse error > When i run this script it tells me that I have a parse error on line 34? I > really can't see it anyhelp (please!) would be much appreciated Cheers, Dave > > > session_start(); > > if(!$HTTP_COOKIE_VARS["usernam

RE: [PHP-DB] need help spotting this php parse error

2003-01-23 Thread Mark
gt; It Does have a closing Brace, just check my second email it > contains the > FULL code.. i missed the last few lines copying it the first time > somehow. > > > >From: "Andreas Sheriff" <[EMAIL PROTECTED]> > >To: "David Rice" <[EMAIL PR

RE: [PHP-DB] need help spotting this php parse error

2003-01-23 Thread Hutchins, Richard
> From: David Rice [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 23, 2003 3:11 PM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: RE: [PHP-DB] need help spotting this php parse error > > > > > > It Does have a closing Brace, just check my second email

RE: [PHP-DB] need help spotting this php parse error

2003-01-23 Thread David Rice
It Does have a closing Brace, just check my second email it contains the FULL code.. i missed the last few lines copying it the first time somehow. From: "Andreas Sheriff" <[EMAIL PROTECTED]> To: "David Rice" <[EMAIL PROTECTED]> Subject: RE: [PHP-DB] need he

Re: [PHP-DB] need help spotting this php parse error

2003-01-23 Thread heilo
You forgot to close the { of the first if-statement. "> David Rice <[EMAIL PROTECTED]> [EMAIL PROTECTED] 20:53 Uhr: > When i run this script it tells me that I have a parse error on line 34? I

Re: [PHP-DB] need help spotting this php parse error

2003-01-23 Thread Addison Ellis
you might try pulling the semi colon out before while. i put it in red. i think,that's probably it. addison When i run this script it tells me that I have a parse error on line 34? I really can't see it anyhelp (please!) would be much appreciated Cheers, Dave session_start(); if(!$HTTP_C

RE: [PHP-DB] need help spotting this php parse error

2003-01-23 Thread Hutchins, Richard
Tell us specifically what the parse error is reporting to you and specifically what line is line 34. > -Original Message- > From: David Rice [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 23, 2003 2:53 PM > To: [EMAIL PROTECTED] > Subject: [PHP-DB] need help spotting

[PHP-DB] need help spotting this php parse error

2003-01-23 Thread David Rice
When i run this script it tells me that I have a parse error on line 34? I really can't see it anyhelp (please!) would be much appreciated Cheers, Dave session_start(); if(!$HTTP_COOKIE_VARS["username"]) { /* The Cookie is not set, so load the page as if it is the first time */ inclu