Blocking reload from inserting again

wxdqz

New Member
Hi, I'm creating a page using PHP4 and PostgreSQL. I have a form page wich calls the .php page and inserts the form info into the database. None of the fields in the form are unique in the database, that means someone can come later and type the exact same stuff and insert again. But the way that it is done now if the person presses reload on the .php page the data is inserted again. Is there a easy way to avoid that??

Thank you
 
Back
Top