Hello, I have created a script that takes lists elements from a database, postgresql, with a form at the bottom to insert new elements into the database. The form submits to php_self, where the script then takes the form data and inserts it into the database. However, after you submit the information, how do you keep people from hitting reply and resubmitting the information.
I am new to PHP, please keep this in mind when posting the reply. Thank you.