Contact Us
|
|||||||
|
if(isset($_POST['send']) && $_POST['send'] == 'Send') { $first_name = $_POST['first_name'] ; $last_name = $_POST['last_name'] ; $tel = $_POST['tel'] ; $fax = $_POST['fax'] ; $email = $_POST['email'] ; $address = $_POST['address']; $city = $_POST['city']; $post_code = $_POST['post_code']; $remark = $_POST['remark'] ; $country = $_POST['country']; $radio = $_POST['radio']; // edit the email address to you want. //$tos = "shine@iseleven.com"; $tos = "ek.ang@muda.com"; $subject = "Contact from website"; $extra = "From: $email\r\nReply-To: $email\r\n"; $mess = "Contact from website"."\n\n\n"."Name: ".$first_name."\n"."Company Name: ".$last_name."\n\n"."Email: ".$email."\n"."Tel: ".$tel."\n\n"."Message: ".$remark."\n"; mail ($tos, $subject, $mess, $extra); $sent = 1; $mess_sent ='
Thanks for your inquiry.
We will reply to you as soon as possible.
![]() | 6 04-5886240 | |
![]() | ek.ang@muda.com | |
![]() | 391, Jalan Tasek, Simpang Empat, 14120 Seberang Perai Selatan, Penang, Malaysia. |
|
|||||||
|