get_header("contactus", "Request 27-Point Audit", "");
$footer = $Content->get_footer();
echo $header;
echo "
\n";
echo "
Request For Free 27-Point Audit
\n";
echo "\n";
echo "\n";
echo "\n";
echo "* Please note that this offer is limited to small businesses with 7 or more computers.
\n";
echo "Zero Spam Guarantee: We respect your privacy and promise to never sell or rent your contact information to any third parties without your permission. For more information, please see our privacy policy.\n";
echo "
\n";
echo $footer;
}
function final($yname, $company_name, $yprofession, $phone_number, $email, $ucomputers){
$Content = new Content();
$header = $Content->get_header("", "Audit Request", "");
$footer = $Content->get_footer();
echo $header;
echo "\n";
echo "
Request Free 27-Point Audit
\n";
echo "\n";
echo "You have provided the following details
\n";
echo "
| Name | $yname |
| Company Name | $company_name |
| Your Profession | $yprofession |
| Phone Number | $phone_number |
| E-Mail Address | $email |
\n";
$message = $yname . ", " . $company_name . ", " . $yprofession . ", " . $phone_number . ", " . $email . ", " . $timetocall;
mail("5626942853@vtext.com", "Audit Request", $message);
mail("drichards@desktronix.com", "Audit Request", $message);
echo "
A Desktronix representative will contact you shortly.\n";
echo "\n";
echo $footer;
}
?>