Hi,
I have a php form, with a submit button, which calls a php file that adds the form data to a database.
When the user hits submit, i want to display a message box, saying "are you sure" and if the user selects ok then the php file is called, if they say no or cancel, nothing happens, does anybody have code to do this?
thanks