IGNORE - Sleepless programmer making an unnecessary post
Posted: Tue May 16, 2006 5:57 pm
Is there any way to prevent the rest of the php code after a die event occurs from executing?
-- Abe --
-- Abe --
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
the manual wrote: die -- Equivalent to exit()
exit -- Output a message and terminate the current script
Yes - My mistake.... Totally zoned out there. Please ignore my lack of sleep and appropriate Red Bull.ambivalent wrote:Isn't that what happens?
the manual wrote: die -- Equivalent to exit()
exit -- Output a message and terminate the current script