Page 1 of 1

remove/alter post variables with header()

Posted: Sat Aug 14, 2004 1:18 pm
by neophyte
Is there a way to delete the post variables from the headers or alter them with the header().

Example: form submit's to it's self checks data deletes the post variables or sets them to 0 and then redirects to a second page????

Thanks

Posted: Sat Aug 14, 2004 1:21 pm
by feyd
if you redirect to another page, the data is lost normally... so no real need to delete the post data... that's kinda up to the browser though..