I have a problem with my form, after pressing the submit button the form inserts the data entered into the database and clears the form and displays a confimation message at the bottom. The thing is if the user refreshes the page the exact same record is inserted again which is really annoying, how can i prevent this?
Im using an autoincrement field in my MySQL table that the data is inserted so it thinks its a new record when in actual fact its the same.
thanks
NCC1701