Get more party
information
information
Here is enquiry details from '.$_REQUEST["txtName"].'
Name : '.$_REQUEST["txtName"].'
Email : '.$_REQUEST["txtEmail"].'
Phone : '.$_REQUEST["txtPhone"].'
People : '.$_REQUEST["txtPeople"].'
Enquiry : '.$_REQUEST["txtComment"].'
Regards,
Pete\'s Tavern
'; $headers = "MIME-Version: 1.0" . "\r\n"; $headers .= "Content-type: text/html; charset=iso-8859-1" . "\r\n"; $headers .= "From: ".$_REQUEST["txtName"]." <".$_REQUEST["txtEmail"]."> \r\n"; $resMail = mail($sendmail, $subject, $message, $headers); echo "










