"...serving the Dallas/Fort Worth Metroplex since 1979"

We'd like to hear from you.

Name: Company:
Email: Phone:
I'm interested in... (check all that apply)
Error: Name field is required.
'; } if (empty($email)) { $do_it = 0; echo 'Error: Email field is required.
'; } elseif(!eregi("^[_a-z0-9-]+(\.[_a-z0-9-]+)*@[a-z0-9-]+(\.[a-z0-9-]+)*(\.[a-z]{2,3})$", $email)) { $do_it = 0; echo 'Error: ' . $email . ' does not resemble a valid email address.
'; } $from = "From: $email"; $subject = "ISC Site - intrest form sent from " . $_SERVER['REMOTE_ADDR']; $body = "Name: $name \n" . "Company: $company \n" . "Phone: $phone \n" . "Email: $email \n\n" . $checked_box . "\nUser text area contained: \n" . $textbox . "\n*\n*\n (end submission)"; if ($do_it == 1) { echo "Form sent, thank you for your intrest $name!
We'll get back to you as soon as possible"; mail("wdfollowill@att.net", $subject, $body, $from); } } ?>