get_header("contactus", "Request Emergency Support", ""); $footer = $Content->get_footer(); echo $header; echo "

\n"; echo "

Request 2 Free Hours of Emergency Support

\n"; echo "
\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "
Your Name
Company Name
Your Profession
Phone Number
E-Mail Address
How many computers do you have?
\n"; echo "
\n"; echo "

\n"; echo "

\n"; echo "* Please note that this offer is limited to small businesses with 7 or more computers. This offer is only valid for new clients and can only be activated once per company.

\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("contactus", "Request Callback", ""); $footer = $Content->get_footer(); echo $header; echo "

\n"; echo "

Request Emergency Support

\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", "Emergency Support Request", $message); mail("drichards@desktronix.com", "Emergency Support Request", $message); echo "
A Desktronix representative will contact you shortly.\n"; echo "

\n"; echo $footer; } ?>