ถามเรื่องการกำหนดภาษาในฟอร์มส่งเมล์ครับ เปิดอ่านผ่านมือถือเป็นต่างดาว . . .
คือผมทำ ฟอร์มหน้า contact ขึ้นมานะครับ( http://www.morevetravel.com/Contact%20us.html)
โดยพอกด submit จะไปรันไฟล์อีกไฟล์ที่เป็น action ส่งเมล์นะครับ (ชื่อ contact.php ) ทุกอย่างก็ทำงานปกตินะครับ
ส่งเข้า gmail hotmail ได้ อ่านภาษาไทยได้ แต่ไปเปิดบนมือถือตรงส่วนที่มีภาษาไทยทุกส่วนจะอ่านไม่ออกครับ
จะขึ้นเป็นรูปสี่เหลี่ยมข้าวหลามตัด สรุปคืออ่านภาษาไทยไม่ได้น่ะครับ ไม่ทราบว่าตรงนี้ผมควรแก้ไขอย่างไรดีครับ
Title: ���������������������������������������������������������
From: ���������������������������������������������������������
E-mail: [email protected]
Tel: 029296559
Message: ���������������������������������������������������������
โค๊ดหน้าฟอร์ม
Code (PHP) หน้าฟอร์ม
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css">
<!--
.style65 { color: #000000;
font-weight: bold;
font-family: "Comic Sans MS";
font-size: 14px;
}
.style92 { font-size: 24px;
color: #0000FF;
font-weight: bold;
}
.style94 {color: #000000; font-weight: bold; font-family: "Comic Sans MS"; font-size: 18px; }
.style95 { font-size: 16px;
font-weight: bold;
}
.style95 {color: #FF0000}
-->
</style>
</head>
<body>
<table width="100%" height="682" border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="top"> </td>
</tr>
<tr>
<td valign="top"> </td>
</tr>
<tr>
<td valign="top"><table width="95%" border="0" align="center">
<tr>
<td width="30%" height="192" align="center"><span class="txt12"><img src="image/page_contact.jpg" width="157" height="156" border="0" usemap="#Map" /></span>
<map name="Map" id="Map">
<area shape="circle" coords="-29,19,11" />
</map></td>
<td width="3%"> </td>
<td width="67%" align="left"><p><span class="style94">บริษัท มอร์-อีฟ ทราเวล จำกัด</span><br />
<span class="style65">(ใบอนุญาตเลขที่ 11/5728)<br />
998/536 หมู่ที่ 1 ถนนประชาอุทิศ79, แขวงทุ่งครุ <br />
เขตทุ่งครุ, กรุงเทพ 10140<br />
โทรศัพท์ 02-405 9072-3 <br />
สายด่วน: 086-309 9086 / 087-8189 887 <br />
โทรสาร 02-806 3632<br />
E-mail : <a href="mailto:[email protected] ">morevetravel[at]hotmail.com</a><br />
E-mail : morevetravel[at]gmail.com</span></p></td>
</tr>
</table></td>
</tr>
<tr>
<td align="center" valign="top"> </td>
</tr>
<tr>
<td align="center" valign="top"> </td>
</tr>
<tr>
<td height="365" align="center" valign="top"><p><span class="style92"><br />
สมัครสมาชิก</span><br />
รับข่าวสารส่วนลดโปรแกรม</p>
<form action="contact.php" method="post">
<table width="88%" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFCC99">
<tr>
<td width="51%" height="30"><div align="right">เรื่องที่ต้องการติดต่อ:</div></td>
<td width="1%" height="30"> </td>
<td width="48%" height="30"><div align="left">
<input name="cf_title" type="text" size="40" />
</div></td>
</tr>
<tr>
<td height="30"><div align="right"><span class="style95">*</span>ชื่อ-นามสกุล:</div></td>
<td height="30"> </td>
<td height="30"><div align="left">
<input name="cf_name" type="text" size="40" />
</div></td>
</tr>
<tr>
<td height="30"><div align="right"><span class="style95">*</span>อีเมล์</div></td>
<td height="30"> </td>
<td height="30"><div align="left">
<input name="cf_email" type="text" size="40" />
</div></td>
</tr>
<tr>
<td height="30"><div align="right"><span class="style95">*</span>โทรศัพย์</div></td>
<td height="30"> </td>
<td height="30"><div align="left">
<input name="cf_tel" type="text" size="40" />
</div></td>
</tr>
<tr>
<td height="154"><div align="right"><span class="style95">*</span>รายละเอียดที่ต้องการ</div></td>
<td> </td>
<td><div align="left">
<textarea name="cf_message" cols="30" rows="8"></textarea>
</div></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table>
<input name="submit" type="submit" value="Send" />
<input name="reset" type="reset" value="Clear" />
</form></td>
</tr>
</table>
</body>
</html>
อันนี้โค๊ตหน้า action ครับ
Code (PHP) หน้า action
<?php
$field_title = $_POST['cf_title'];
$field_name = $_POST['cf_name'];
$field_email = $_POST['cf_email'];
$field_tel = $_POST['cf_tel'];
$field_mobile = $_POST['cf_mobile'];
$field_message = $_POST['cf_message'];
$mail_to = '[email protected] ';
//$mail_to = '[email protected] ';
//$mail_to = '[email protected] ';
//$subject = 'Request contact at website morevetravel.com '.$field_name;
$subject = "=?UTF-8?B?".base64_encode("Request contact at website morevetravel.com")."?="; //1
$header .= "MIME-Version: 1.0' . \r\n"; //2
$header .= "Content-type: text/html; charset=utf-8\r\n"; //3
//$header .= "From: Mr.Weerachai Nukitram<[email protected] >\r\nReply-To: [email protected] ";
$body_message = 'Title: '.$field_title."\n";
$body_message .= 'From: '.$field_name."\n";
$body_message .= 'E-mail: '.$field_email."\n";
$body_message .= 'Tel: '.$field_tel."\n";
//$body_message .= 'Mobile: '.$field_mobile."\n";
$body_message .= 'Message: '.$field_message;
$headers = 'From: '.$field_email."\r\n";
$headers .= 'Reply-To: '.$field_email."\r\n";
$mail_status = mail($mail_to, $subject, $body_message, $headers);
if ($mail_status) { ?>
<script language="javascript" type="text/javascript">
alert('Send mail complete. Thank you for your information.');
window.location = 'contact_thank.htm';
</script>
<?php
}
else { ?>
<script language="javascript" type="text/javascript">
alert('Failed to send mail.!!!!! Please call us directly at 086-309-9086 ');
window.location = 'contact_thank.htm';
</script>
<?php
}
?>
ยังไงขอความอนุเคราะห์จากพี่ๆชี้แนะด้วยเถิดครับ ^_^
Tag : PHP, HTML/CSS, Action Script, CakePHP, Device (Mobile), WebService
Date :
2012-05-24 15:18:26
By :
เติ้ล
View :
1397
Reply :
4
Code (C#)
MailMessage message = new MailMessage(from, to);
message.Body = "This is a test e-mail message sent by an application. ";
// Include some non-ASCII characters in body and subject.
string someArrows = new string(new char[] {'\u2190', '\u2191', '\u2192', '\u2193'});
message.Subject = "test message 1" + someArrows;
message.SubjectEncoding = System.Text.Encoding.UTF8; //<------- set SubjectEncoding to utf-8
message.Body += Environment.NewLine + someArrows;
message.BodyEncoding = System.Text.Encoding.UTF8; //<------- set BodyEncoding to utf-8
Date :
2012-05-24 15:25:16
By :
พี่หมี
Load balance : Server 04