Posted by Good Man on 08/29/06 16:44
"Max" <max@kipness.com> wrote in news:1156863358.075644.44180
@m79g2000cwm.googlegroups.com:
> I've tried exit;, exit();, and die(); all with the same results.
i had similar trouble on a shared hosting server - script continuing when i
clearly told it to exit.
i think it involves something with either safe_mode being enabled, output
buffering being enabled, or error_reporting being enabled.
it makes debugging sheer hell. someone else can probably tell you what it
is specifically, but i encountered this problem last week (on PHP 4 btw).
good luck
[Back to original message]
|