extract($_POST);
extract($_GET);
extract($_REQUEST);
if(isset($submit))
{
$name=$_POST['name'];
$email=$_POST['email'];
$mail_body=file_get_contents("contact.txt");
$mail_body = str_replace("_name_", $name, $mail_body);
$mail_body = str_replace("_email_", $email, $mail_body);
$subject='Intro Registration';
$from="admin@hdcreativeservices.com";
$to=$email;
$message=$mail_body;
mail("mail@hdcreativeservices.com",$subject,$message,"from:$from");
$var=1;
}
?>
HD Creative Services
|
| |
|
 |
|
|
|
| |
| |
723 N. Cahuenga Blvd.
Hollywood, CA 90038
ph: (323) 469 0707
fax: (323) 469 0707
mail@hdcreativeservices.com |
|
tel : (323) 461 3715 |
e-mail : mail@hdcreativeservices.com |
|
|
|