[PHP] Simple question!!!

2001-03-02 Thread Ricardo D'Aguiar
Hi, Imagine the following script: HTML TITLESome Title/TITLE BODY ?php $var = 1; if ($var == 1) { die ("I'm dead"); } echo "I'm alive"; ? /BODY /HTML If I try to execute via Internet Explorer ("5.x") apparently every thing works fine. It shows the string "I'm dead". But

Re: [PHP] Simple question!!!

2001-03-02 Thread Ricardo D'Aguiar
the same problem. I believe output buffering can also be used to achieve what you want, but someone else will have to explain how (whether?) that can be done here. That a good idea, I thinks it is a new feature of PHP 4.0. Thanks ... +++ Ricardo D'Aguiar MemoSis

[PHP] Debugger, Debugger and Debugger

2001-02-15 Thread Ricardo D'Aguiar
r] debugger.host = localhost debugger.port = 7869 debugger.enabled= true Dmitri Dmitrienko PHP Debugger: http://dd.cron.ru/dbg/ +++ Ricardo D'Aguiar MemoSis - Sistemas Informticos Portugal +++ -- PHP General Mailing