พบกับบทความเกี่ยวกับคอมพิวเตอร์และ programming ได้ที่ http://articles.modoeye.com | บล็อกอาหาร
PHP development / จะส่งเข้าอีเมล์ยังไง
งานส่งอาจารย์
งานส่งอาจารย์
Tue 14 Feb 2006 20:25:34

อัพโหลดแล้วแต่ยังส่งเมล์ไม่ได้

<form action="add_contact.php" method="post" enctype="multipart/form-data" name="frmcontact" id="frmcontact">
                        <table width="100%"  border="0" cellspacing="0" cellpadding="1">
                          <tr>
                            <td width="28%" height="36" class="articlescolor" scope="col"><div align="right">ชื่อผู้ส่งข้อความ</div></td>
                            <th width="1%" scope="col">&nbsp;</th>
                            <td colspan="2" scope="col"><input name="name" type="text" id="name" size="40"></td>
                          </tr>
                          <tr>
                            <td height="36" class="articlescolor"><div align="right">อีเมล์ผู้ส่ง</div></td>
                            <td>&nbsp;</td>
                            <td colspan="2"><input name="email" type="text" id="email" size="40"></td>
                          </tr>
                          <tr>
                            <td height="36"><div align="right" class="articlescolor">หัวเรื่อง</div></td>
                            <td>&nbsp;</td>
                            <td colspan="2"><input name="title" type="text" id="title" size="40"></td>
                          </tr>
                          <tr>
                            <td ><div align="right" class="articlescolor">ข้อความรายละเอียด</div></td>
                            <td><div align="center" class="articlescolor">:</div></td>
                          </tr>
                          <tr>
                            <td height="138">&nbsp;</td>
                            <td>&nbsp;</td>
                            <td colspan="2"><textarea name="detail" cols="40" rows="7" wrap="VIRTUAL" id="detail"></textarea></td>
                          </tr>
                          <tr>
                            <td>&nbsp;</td>
                            <td>&nbsp;</td>
                            <td width="17%"><div align="center">
                              <input type="submit" name="Submit" value="ส่งข้อความ">
                            </div></td>
                            <td width="54%"><input type="reset" name="Submit2" value="ลบข้อความ"></td>
                          </tr>
                        </table>
                      </form>

แล้ว ไฟล์  add_contact.php เขียนโค้ดยังไง

Administrator
Tue 14 Feb 2006 20:55:10
โค๊ดก็ประมาณนี้ครับ

//add_contact.php
if(isset($_POST["name"]) && isset($_POST["email"]) &&
isset($_POST["title"]) && isset($_POST["detail"])){
//ตรวจสอบว่ามีการส่งค่ามาในตัวแปรทั้งหมด

$header = "MIME-Version: 1.0\r\n"; //ระบุว่าเป็นเอกสารตามมาตรฐาน MIME 1.0
(Optional)
$header .= Content-type: text/html; charset-tis-620\r\n";
//ระบุเพื่อให้สามารถแสดงผลข้อความในรูปแบบ html ได้ (Optional)
$header .= "FROM: ".$_POST["name"]." <".$POST["email"].">\r\n";
//ระบุว่าใครเป็นผู้ส่ง (Optional)
if(mail("someone@somewhere.com",$_POST["title"], $_POST["detail"],
$header)){
die("ส่งเรียบร้อย");
}else{
die("ไม่สามารถส่งได้");
}
}
?>

รบกวนอีกครั้งน...
รบกวนอีกครั้งนะครับ
Wed 15 Feb 2006 17:18:33

ขอบคุณครับ

ตอนแรกมัน error ตรง header ผมเลยเอา header ออก

แต่ก็ขึ้นว่า

Warning: mail() has been disabled for security reasons in /home/hosting/cotseng_mang/public_html/add_contact.php on line 10
ไม่สามารถส่งได้

Administrator
Wed 15 Feb 2006 19:53:20
Warning: mail() has been disabled for security reasons
ตาม Error นี้แจ้งว่าไม่สามารถใช้ Function mail() ได้ครับ คงต้องรบกวนให้ติดต่อผู้ดูแลระบบของเครื่องที่ใช้งานอยู่ครับ
noom
noom
Mon 20 Feb 2006 10:24:10

thang you very much

Reply
Name:
E-mail:
Home | Services | Forum | Classified | Directories | Support | Contact
ATOM feed RSS 0.9 feed RSS 1.0 feed RSS 2.0 feed
Copyright © 2005 - 2007 Modoeye.com, All Rights Reserved.
Disclaimer | Privacy policy | Term of Use | Term of Services
Valid XHTML Valid CSS! PHP: Hypertext Preprocessor MySQL database Apache Powered! FreeBSD Power to serve
Modoeye Sitemap Client login