I'm working with PHP and MySQL. I accept input on an HTML form, then I check something in the database and in some cases I need to ask for confirmation from the user before submitting the originally entered information. How can I go from the processing form part of the PHP to a new form or get more information on the existing form before continuing to process the submit?