// MAIL MESSAGE TO THIS ADDRESS:
$mailto = 'theresareyes@nu-telecom.net';
// Email Subject:
$mailsub = 'Website Submission';
## END OF VARIABLES
## Setup Security Codes:
if ($security == '1') {
$security = 'Xps234';
} elseif ($security == '2') {
$security = 'P84gth';
} elseif ($security == '3') {
$security = '8Hhyun';
} elseif ($security == '4') {
$security = '452Jnr';
} elseif ($security == '5') {
$security = 'jLkl19';
} else {
$security = 'uhoh';
}
## Start Functions
if ($send == '1') {
if ($security == $code) {
## ad me newsletter
if ($addme == '1') {
$addme = 'ADD ME TO YOUR EMAIL LIST';
}
## Formatting Message
$msg = "WEBSITE SUBMISSION \n";
$msg .= " \n";
$msg .= $fname." ".$lname." \n";
$msg .= $address." \n";
$msg .= $city.", ".$state." ".$zip." \n";
$msg .= " \n";
$msg .= "Phone: ".$phone." \n";
$msg .= "Email: ".$email." \n";
$msg .= " \n";
$msg .= "Send Me Information About: \n";
$msg .= "Comments: \n";
$msg .= $comments." \n";
$msg .= " \n";
$msg .= " \n";
$msg .= $addme;
## SEND EMAIL NOW
mail($mailto,$mailsub,$msg,"FROM: $email");
$showconfirm = '1';
} else {
$displayerror = 'Invalid Security Code, Please Try Again.';
$showconfirm = '0';
}
} else {
$showconfirm = '0';
}
## END OF THAT, NOW SETUP SECURITY IMAGES
$secno = rand(1,5);
$secimg = 'img/'.$secno.'.gif';
?>
Contact
 |
|
 |
 |
| if ($showconfirm == '1') { ?>
Thank you, your submission has been received. We will reply as soon as possible.
} ?>
| |
|
| Manufacturer |
Find a Dealer |
Dock Rite Inc.
18250 203rd St
Hutchinson, MN 55350
Hours:
Mon - Fri: 7am to 4pm
Phone: 320-587-0644
Fax: 320-587-3109
1-888-400-3292
 |
Click here to find a dealer near you!
|
|
if ($showconfirm != '1') { ?>
| Please use the form below to E-mail us. |
if (!empty($displayerror)) { ?>
print $displayerror; ?>
} ?>
} ?>
|
|
|
|