Hi !
I haven't been using PHP for a while, worked on it again recently and I'm stuck with a silly problem :
I made a simple html page (test.php) containing some php script within the <body></body> section.
If there's no error in the php script, the page displays correctly (title in the title bar, some pure HTML content, etc)
When a "parse error" occurs, the only thing I can see is the "parse error" message, everything that's above in the page is not shown.
I can't recall this happened earlier so I just wonder if this is a normal behaviour or if there's a way to tell the server to process (and show) the rest of the page (I mean, everything above the error) even when an error occurs.
I'm running Apache 1.3.22 (+mysql) on a localhost, browser is IE 5.5 SP2, on W2K.
All my previous work displays fine, as long as there are no errors)
Thanks for any hint.
Greetings.