[UPHPU] Re: database query order

Steve Dibb steve at wonkabar.org
Tue Sep 5 16:13:37 MDT 2006


jtaber wrote:
> This is interesting.  I wonder if it should be SOP to put an "exit()"
> after each header redirect.

SOP?  I'm sure that stands for something I should know.  I failed the 
geek test.

And yes, you should use it most everywhere.  I've noticed that if I 
*don't* use it, my code will keep executing after running it, since it's 
only sending an HTTP header and will still run while waiting for the web 
server to respond.

Steve


More information about the UPHPU mailing list