TecTao Posted March 14, 2007 Share Posted March 14, 2007 How do you keep from re-submitting information into a DB if the viewer hits the refresh button. Page 1 form is filled out and submitted. Page 2, inserts information into DB and displays the information. Viewer click the browser refresh and information is re-submitted into database. Link to comment https://forums.phpfreaks.com/topic/42655-solved-clicking-refresh-re-submits-data-into-db/ Share on other sites More sharing options...
zq29 Posted March 14, 2007 Share Posted March 14, 2007 Check to see if a unique field, or group of unique fields (i.e. the whole record) already exists before inserting the data? Link to comment https://forums.phpfreaks.com/topic/42655-solved-clicking-refresh-re-submits-data-into-db/#findComment-206960 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.