in the great big FWIW department, the error may not be
on that line, it may only indicate the point where php
recognized an error. I had one page with several
includes and html code...php reported a parse error on
the main page, I couldn't find it, however,
eventually, I tracked the error to an early include
file that was missing a bracket. Chances are you're
missing a bracket some place before the reported
error, could be anyplace.
rm
--- Jack Sasportas <[EMAIL PROTECTED]>
wrote:
> Tried the alternative stuff with no luck...
> Looking for any crazy ideas that might work...
>
> Thanks !
>
> Paul Strange wrote:
>
> > On Friday 20 July 2001 06:16, Jack Sasportas
> wrote:
> > > I have some code that runs under php3 perfectly,
> but now under 4 I get a
> > > parse error
> > > on this specific line, can't figure out how to
> resolve it.
> > >
> > > the code looks like this
> > >
> > > <html stuff>
> > > <? } ?>
> > > <more html stuff>
> > >
> > > the error is in the middle line which is the
> end of a condition...
> > >
> > > Thanks in advance...
> >
> > Have you tried using the alternative syntax
> capabilities? More here:
> >
>
http://www.php.net/manual/en/control-structures.alternative-syntax.php
> >
> > --
> >
> > Paul Strange
> > Lead Programmer
> > Level 67 LC
> > ---
> > eMail: [EMAIL PROTECTED] Office:
> 801.486.4686 Fax: 801.994.0467
> >
> > --
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> > For additional commands, e-mail:
> [EMAIL PROTECTED]
> > To contact the list administrators, e-mail:
> [EMAIL PROTECTED]
>
> --
>
___________________________________________________________
> Jack Sasportas
> Innovative Internet Solutions
> Phone 305.665.2500
> Fax 305.665.2551
> www.innovativeinternet.com
> www.web56.net
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> To contact the list administrators, e-mail:
> [EMAIL PROTECTED]
>
__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]