|
Posted by tmax on 02/14/06 19:36
PHP Pros:
I have a simple html form that submits data to a php script, which
processes it, and then redisplays the same page, but with a "thank you"
message in place of the html form. This is all working fine. However,
when refresh the browser, I get the following message displayed:
"The page you are trying to view contains POSTDATA. If you resend the
data, any action the form carried out (such as as search or online
purchse) will be repeated. To resend the data, click OK. Otherwise,
click Cancel."
Obviously I don't want my users to resend the data to me.
What do I need to do code-wise so that when the browser is refreshed,
the page is reloaded without this message being displayed.
Thanks in advance.
Navigation:
[Reply to this message]
|