I'm new here and from another country, so excuse my English.
I'm developing a quite common application. It has a request form and I want to transfer (as usual) the data from the form, into the database. But before that, I want to show to each user, who does the request, what he has put in the form.
Then, with two buttons, the user has the opportunity to go back to the empty form, if he has done a mistake, or (with the other button) to trigger the basic php file, which will insert the data into the DB.
My question is if it is possible to trigger that php file with a simple html button...or I must use AJAX for that?