Hi Jeremy,

> I get an error message which I can't figure out.
>
> Its a Parse error: on line 142 which is the last line of the page containing
> absolutly no code. The last line of code is simply </HTML>..........Did
> anyone have a similar experience? Can anyone help me out please?

I guess you haven't closed the <?php tag with ?>, before your </HTML>
code.
Otherwise, the php parser will think that it's still parsing php code,
which results in an parse error.

Regards,
Gijs.



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

Reply via email to