[PHP] Stop to fast caching/parsing

2002-04-27 Thread Jan Peuker
Hi List, my Problem is, on the second line of my script I validate a session. If it's false, it dies. But in the first line, I require a header(html,body,title etc.). Now, if a session fails, my die-Message ends in a script-Part, so nobody sees it but gets an error by JS. Is there any way to

Re: [PHP] Stop to fast caching/parsing

2002-04-27 Thread Jason Wong
On Saturday 27 April 2002 22:49, Jan Peuker wrote: Hi List, my Problem is, on the second line of my script I validate a session. If it's false, it dies. But in the first line, I require a header(html,body,title etc.). Now, if a session fails, my die-Message ends in a script-Part, so nobody

Re: [PHP] Stop to fast caching/parsing

2002-04-27 Thread Jan Peuker
Subject: Re: [PHP] Stop to fast caching/parsing On Saturday 27 April 2002 22:49, Jan Peuker wrote: Hi List, my Problem is, on the second line of my script I validate a session. If it's false, it dies. But in the first line, I require a header(html,body,title etc.). Now, if a session

Re: [PHP] Stop to fast caching/parsing

2002-04-27 Thread Jason Wong
On Saturday 27 April 2002 23:57, Jan Peuker wrote: But I WANT to do something else, loading other code! But ok, I will check at first, then include a short header before dying. This runs, but isn't beautiful. Thanks. If you want (hopefully) better suggestions, post your code. -- Jason Wong