PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Moderator: General Moderators
neophyte
DevNet Resident
Posts: 1537 Joined: Tue Jan 20, 2004 4:58 pm
Location: Minnesota
Post
by neophyte » Sat Aug 14, 2004 1:18 pm
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
feyd
Neighborhood Spidermoddy
Posts: 31559 Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA
Post
by feyd » Sat Aug 14, 2004 1:21 pm
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..