Kanatsiz Communications, Inc.
(KCOMM) - Headquarters
10 Mar Del Rey
San Clemente, CA 92673
949.443.9300 t
949.443.2215 f
E-mail
K-COMM has offices world-wide including Irvine, Newport Beach, San Jose, New York and the United Kingdom.
|
if ($_POST) {
extract($_POST);
$data = <<
| Company |
$company |
| Industry |
$industry |
| |
| Name |
$name |
| Title |
$title |
| Email |
$email |
| |
| Message |
$Message |
EOF;
$headers = "MIME-Version: 1.0\r\n";
$headers .= "Content-type: text/html; charset=iso-8859-1\r\n";
$headers .= "From: $name <$email>\r\n";
mail ("sinan@kanatsiz.com", "message from website", "$data", $headers);
?>
Thank you for getting in touch with us,
we will get
back to you shortly. } else { ?>
} ?> |