that codepart isn't very useful. look around line 129, maybe a line above a command isn't correctly terminated by semicolon. could be, that your php-termination ?> before <html> isn't recognized as it is interpreted as depending to stings from lines above? maybe some brackets of conditions or functions do not correspond correctly?
do you use an editor with syntax-highlighting? than the problem should be found soon. if not, send some lines of code before line 129. ciao SVEN "Alejandro C. Garrammone" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] > Ildiko, every time you want to use php code you must start with a "<?". For > example, if you want to write some code in php you must do: > <? > [Code] > ?> > so, here you want to embeded html code and then you want to write another > part of the code so it's look like this: > <? > [Code] > ?> > <HTML> > [Html Code] > </HTML> > <? > [code] > ?> > > Hope this helps... > > But it isn't the answer...please post you code!!!!!! > > ----- Original Message ----- > From: "Ildiko Nyari" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, June 19, 2003 9:43 PM > Subject: [PHP-WIN] Parse error what's this, what to do? > > > Hello > Parse error: parse error, unexpected '<' in C:\Program Files\Apache > Group\Apache2\htdocs\advanced3.php on line 129 > > what's this? > I always get this error when I want to display the php files on the web, > so can't. > What do I do wrong? > > thanks, > ildiko > -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php