$chk=0; if (isset($_POST['send'])){ if ($_POST['textname']==''){ $textname = "Enter your Name"; $chk=1; //exit(); } if ($_POST['textphone']==''){ $textphone= "Enter your Phone No"; //exit(); $chk=1; } if ($_POST['textaddress']==''){ $textaddress = "Enter your Address"; //exit(); $chk=1; } if ($_POST['textcity']==''){ $textcity = "Enter your city Name"; //exit(); $chk=1; } if ($_POST['textstate']==''){ $textstate = "Enter your State Name"; //exit(); $chk=1; } if ($_POST['textzip']==''){ $textzip = "Enter your Zip Code "; //exit(); $chk=1; } if ($_POST['text_e-mail']==''){ $textemail = "Enter your E-Mail Address "; //exit(); $chk=1; } if($chk==0) { $headers = 'MIME-Version: 1.0' . "\r\n"; $headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n"; //$headers .= 'To: subhash
' . "\r\n"; $headers .= 'From: '.$_POST['textname'].' <'.$_POST['txt_e-mail'].'>' . "\r\n"; // Mail it $subject="Contact"; $message ="Name : ".$_POST['textname']."
Phone No ; ".$_POST['textphone']; $message .= "
Address : ".$_POST['textaddress']."
City ; ".$_POST['textcity']; $message .= "
State : ".$_POST['textstate']."
Zip ; ".$_POST['textzip']; $message .= "
Comments : ".$_POST['textstate']; $to="info@candorentertainment.com"; mail($to, $subject, $message, $headers); $msg = "Your Info has been Submitted"; } } ?>
CONTACT INFORMATION
Candor Entertainment
729 N. Fairfax Ave, Los Angeles CA, 90046
323-782-0962
Go to
http://www.myspace.com/alonsobritomusic
Visit Alonso at myspace.com
Please use this form to contact us with general comments.
Please fill out all fields.
if($msg!=='') { ?>
=$msg?>
}?>
Name:
=$textname?>
Phone Number:
=$textphone?>
Address:
=$textaddress?>
City:
=$textcity?>
State:
=$textstate?>
Zipcode:
=$textzip?>
Email Address:
=$textemail?>
Comments:
=$textcommnets?>