> Hi,
> 
> If I use die or exit() it break execution of php script but also
> browswer stop parsing html code. How to avoid this?
> 

Use proper error handling instead of die()?

Let's face it, die() is for when your script needs to, well, die....

Cheers
Jon


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