|
|
|
form mail ที่ส่งข้อความเข้าเอกสาร php ขึ้นแบบนี้ ชื่อ" "นามสกุล จะเอาฟันหนูออกยังไงครับช่วยที |
|
|
|
|
|
|
|
form mail ที่ส่งข้อความเข้าเอกสาร php ขึ้นแบบนี้ ชื่อ" "นามสกุล จะเอาฟันหนูออกยังไงครับช่วยที
<html>
<head>
<title>BP.STEEL INDUSTIES CO.,LTD.</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-874" /><style type="text/css">
<!--
a {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
}
body,td,th {
font-family: Courier New, Courier, monospace;
}
-->
</style></head>
<body>
<div align="center">
<?
$strTo = $_POST["txtTo"];
$strSubject = $_POST["txtSubject"];
$strHeader = "Content-type: text/html; charset=windows-874\r\n"; // or UTF-8 //
$strHeader .= "From: ".$_POST["txtFormName"]."<".$_POST["txtFormEmail"].">\nReply-To: ".$_POST["txtFormEmail"]."";
$strMessage = nl2br($_POST["txtDescription"]);
$flgSend = @mail($strTo,$strSubject,$strMessage,$strHeader); // @ = No Show Error //
if($flgSend)
{
echo "Email Sending.";
}
else
{
echo "Email Can Not Send.";
}
?>
</div>
<div align="center"><a href ="contactus.html" target="_parent"><br>
กลับไปหน้าเดิม</a></div>
</body>
</html>
Tag : - - - -
|
|
|
|
|
|
Date :
2010-06-11 23:29:12 |
By :
kidcreation |
View :
1375 |
Reply :
3 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$strHeader .= "From: ".$_POST["txtFormName"]."<".$_POST["txtFormEmail"].">\nReply-To: ".$_POST["txtFormEmail"]."";
ลองใช้แบบนี้ดูครับ
$strHeader .= "From: ".$_POST[txtFormName]."<".$_POST[txtFormEmail].">\nReply-To: ".$_POST[txtFormEmail];
|
|
|
|
|
Date :
2010-06-12 08:43:17 |
By :
AnimalMan |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ลองดูแล้วไม่หายเหมือนเดิมเลยครับ
|
|
|
|
|
Date :
2010-06-12 09:50:45 |
By :
kidcreation |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
str_replace("\"", "", "string")."<br>";
|
|
|
|
|
Date :
2010-12-11 13:26:29 |
By :
j |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|