View Single Post
Old 01-10-2008, 07:04 PM   #3 (permalink)
Alan @ CIT
Member of the Month
The Frequenter
Member of the Month Top Contributor 
 
Alan @ CIT's Avatar
 
Join Date: Apr 2005
Location: South UK
Posts: 483
Thanks: 51
Alan @ CIT is on a distinguished road
Default

This is a common problem when submitted forms using POST. If you refresh the page your web browser will re-post the form to the script.

A common way to overcome this is to redirect the user to another page once the form has been submitted so that they are unable to re-post the form (well, without going back to the previous page).

Alan.
Send a message via MSN to Alan @ CIT
Alan @ CIT is offline  
Reply With Quote
The Following User Says Thank You to Alan @ CIT For This Useful Post:
webtuto (01-10-2008)