//include------------------------------------------------------------
include("config.php");
include($CONFIG['inc']."include/db/ConnectDB.php");
include($CONFIG['inc']."include/phpfn/function.php");
//--------------------------------------------------------------------
$memID=$_SESSION["member"]["id"];
$sql="select * from member where id='$memID'";
$_result=mysql_query($sql);
$_row=mysql_fetch_array($_result);
if($_POST["Submit"]=="ส่งข้อความ")
{
// ส่งอีเมล์แจ้ง webmaster
$to = "nathonwalkingstreet@gmail.com";
//$bcc = "webmaster@jatukarm-ramatep.com";
$subject = "Send From Contact";
$message = "
ชื่อ-นามสกุล: $name\n
ที่อยู่: $address\n
รหัสไปรษณี:$postcode\n
โทรศัพท์: $tel\n
แฟกซ์: $fax\n
อีเมล์: $email\n\n
รายละเอียด: $detail\n";
$headers = "Content-Type: text/plain; charset=utf-8\r\n" .
"From:$email\r\n" .
"Reply-To:$to\r\n" .
"BCc:$bcc\r\n" .
"Return-Path:$email\r\n";
$mail2support = mail($to, $subject, $message, $headers);
if($mail2support){PHPalert("ส่งข้อความเสร็จแล้ว");}
}
?>
ติดต่อ Ganeshthai.com