| Customer Firstname | : | ‘.$_POST[‘text-712′].’ |
| Customer Lastname | : | ‘.$_POST[‘billinglastname’].’ |
| Customer Telephone Number | : | ‘.$_POST[‘billingtelephone’].’ |
| Customer Email Address | : | ‘.$_POST[‘billingemail’].’ |
Address |
||
| House Name or Number | : | ‘.$_POST[‘billingpremise’].’ |
| Street | : | ‘.$_POST[‘billingstreet’].’ |
| Post Code | : | ‘.$_POST[‘billingpostcode’].’ |
Property To Be Inspected |
||
| House Name or Number | : | ‘.$_POST[‘phouse_name’].’ |
| Line 1 | : | ‘.$_POST[‘pline1′].’ |
| Line 2 | : | ‘.$_POST[‘pline2′].’ |
| Line 3 | : | ‘.$_POST[‘pline3′].’ |
| Post Code | : | ‘.$_POST[‘ppostcode’].’ |
| Access Details | : | ‘.$_POST[‘access_details’].’ |
| Estate Agent Name | : | ‘.$_POST[‘agent_name’].’ |
| Estate Agent Telephone Number | : | ‘.$_POST[‘agent_tel’].’ |
| Amount to Pay | : | ‘.$_POST[‘mainamount’].’ |
‘;
//mail(“colin@cockrams-surveying.co.uk”,’Payment Received from ‘.$_POST[‘billingfirstname’], $content, $headers);
mail(“sanjaymodasia@gmail.com”,’Payment Received from ‘.$_POST[‘billingfirstname’], $content, $headers);
echo “Yes”;
//header(“location: http://www.cockrams-surveyors.co.uk/success.php”);
//exit;
}
?>
Pay Online
Thank you for your payment.












