View Single Post
Old 06-22-2003, 02:16 PM  
vending_machine
Confirmed User
 
Join Date: Jun 2002
Location: Seattle
Posts: 1,062
Quote:
Originally posted by nxventures
it just goes through the rest of the actions as if the header redirect doesn't fucking exist.
You should exit your code as well (immediately after the header statement):

Code:
exit();
Do you have that? In addition, the header function will not work if you have already sent text to stdout.

Last edited by vending_machine; 06-22-2003 at 02:20 PM..
vending_machine is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote