remove/alter post variables with header()

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

Post Reply
User avatar
neophyte
DevNet Resident
Posts: 1537
Joined: Tue Jan 20, 2004 4:58 pm
Location: Minnesota

remove/alter post variables with header()

Post 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
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post 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..
Post Reply