Refreshing page after posted vars
Posted
by Pete Herbert Penito
on Stack Overflow
See other posts from Stack Overflow
or by Pete Herbert Penito
Published on 2010-04-08T20:12:05Z
Indexed on
2010/04/08
23:13 UTC
Read the original article
Hit count: 252
So a form is submitted on my site, with form action equal to itself.
I want the user to be able to refresh the page without sending the same variables again.
I thought unset($_POST); would accomplish this for some reason it doesn't is there another way to accomplish this?
© Stack Overflow or respective owner