|
|
To submit your website for paid inclusion in The UK Shopping Centre, please complete the following form: |
|
";
$sumemailhtml .= " | | Name of Website | $namewebsite | ";
$sumemailhtml .= "| URL of Website | $urlwebsite | ";
$sumemailhtml .= "| Name | $name | ";
$sumemailhtml .= "| Company | $company | ";
if ($owner){$sumemailhtml .= "| Owner | YES | ";}
if ($webmaster){$sumemailhtml .= "| Webmaster | YES | ";}
if ($mmanager){$sumemailhtml .= "| Marketing Manager | Yes | ";}
$sumemailhtml .= "| Email | $e_mail | ";
$sumemailhtml .= "| Telephone | $telephone | ";
$sumemailhtml .= "| Required Categorys | $categorys | ";
$sumemailhtml .= "| Description of Site | $description | ";
$sumemailhtml .= "| Keywords for Site | $keywords | ";
$sumemailhtml .= " ";
echo "";
echo "Thank you for your Interest! ";
echo "Please Continue to Paypal ";
?>
" . $sumemailhtml;
// To send HTML mail, the Content-type header must be set
$headers = "From: Ukshops Affiliate Enquiry \n"
. "MIME-Version: 1.0\n"
. "Content-Transfer-Encoding: 7bit\n"
. "Content-type: text/html; charset = \"iso-8859-1\";\n\n";
mail($email, $subject, $message, $headers);
// EMAIL TO CLIENT
$email = $e_mail;
$subject = "Ukshops Paid Inclusion";
$message = "Thank you $name for your Ukshops Paid Inclusion enquiry, as follows :
" . $sumemailhtml;
mail($email, $subject, $message, $headers);
exit();
}
}
echo "$error_messages \n";
?>
|
|
|