Possible Duplicate:
I am confused about PHP Post/Redirect/Get
I have a form on a page, so I get the "this page has used data, are you sure you want to refresh" message when I reload the page.
I looked into the HTTP-303 response code, which gets rid of the message (I'm on Chrome btw) until I submit the form once, and then it starts bugging me again.
Basically, I have an optional "contact me" form, that shouldn't throw a prompt if the page is refreshed. I don't think/see why I should need a separate page for submission for a short form like this. Can anyone help me out?