On the page where it submits to..
First, make sure the form has been submitted.. (Let this be the submit button)
if (isset($_POST['submit']))
{
}
then
$_POST['form_input_name_goes_here'] to call each form element, then with php you can process and verify data..