Register Register Member Login Member Login Member Login Forgot Password ??
PHP , ASP , ASP.NET, VB.NET, C#, Java , jQuery , Android , iOS , Windows Phone
 

Registered : 109,038

HOME > PHP > PHP Forum > php ส่งเมล แบบ html มันใช้คอนเท้นแบบไหนน่ะครับ ผมลองใช้ตามหนังสือและตามเว๊บไซส์หลายเจ้าแล้วมันไม่ขึ้นเลยครับ



 

php ส่งเมล แบบ html มันใช้คอนเท้นแบบไหนน่ะครับ ผมลองใช้ตามหนังสือและตามเว๊บไซส์หลายเจ้าแล้วมันไม่ขึ้นเลยครับ

 



Topic : 045881

Guest




Code (PHP)
	$htmlcontent="<table border='1'>\r\n".
					 "<tr><td> 12345</td><td> 4567</td></tr>\r\n".
					 "<tr><td> 12345</td><td> 4567</td></tr>\r\n".
					 "<tr><td> 12345</td><td> 4567</td></tr></table>\r\n";



		
		$sento=$billmail;
		$subject3="xxxxxx";
		$message3.=$htmlcontent."\r\n";
		$from="From: [email protected]\r\n";
		$replyto="Reply-To: [email protected] \r \n";
		$ccto="";
		$bccto="";
		$header = 'MIME-Version: 1.0' . " ";
		$header .= 'Content-type:text/html; charset=iso-8859-1\r\n' . " ";
		$header .= $from . $replyto . $ccto . $bccto;

		if(mail($sento, $subject3, $message3, $header)){
		echo ส่งโอเค;
		}else{
		echo ส่งไม่สำเร็จ;
		}


ผมลองใช้ตามหนังสือและตามเว๊บไซส์หลายเจ้าแล้วมันไม่ขึ้นเลยครับ แถมชื่อแมลมาจากไหนยังเปลี่ยนอีก

รบกวนด้วยครับขอบคุณครับ



Tag : - - - -







Move To Hilight (Stock) 
Send To Friend.Bookmark.
Date : 2010-07-23 01:28:31 By : seedmonoeye View : 958 Reply : 2
 

 

No. 1



โพสกระทู้ ( 3,750 )
บทความ ( 0 )

สมาชิกที่ใส่เสื้อไทยครีเอท Hall of Fame 2012

สถานะออฟไลน์
Facebook

ลองเอาไปดัดแปลงเอานะครับ
หน้าฟอร์ม
<table width="950" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <th width="344" rowspan="24" scope="col"><img src="../../Them/contact-us.jpg" width="347" height="346" /></th>
        <th width="123" scope="col">&nbsp;</th>
        <th width="244" scope="col">&nbsp;</th>
        <th width="239" scope="col">&nbsp;</th>
      </tr>
      <tr>
        <th colspan="2" scope="col"><h2 align="left" class="style2"></h2><h3 align="left" class="style2"></h3></th>
        <th scope="col">&nbsp;</th>
      </tr>
      <tr>
        <td colspan="2" scope="col" align="left"><span class="style1 style2"></span></td>
        <th scope="col">&nbsp;</th>
      </tr>
      <tr>
        <td colspan="2" scope="col"></td>
        <td scope="col">&nbsp;</td>
      </tr>
      <tr>
        <td colspan="2" scope="col"></td>
        <td rowspan="3" scope="col">&nbsp;</td>
      </tr>
      <tr>
        <td colspan="2" scope="col"><div align="left"><span class="style3">กรอกแบบฟอร์มเพื่อฝากข้อความของคุณไว้กับเรา</span></div></td>
      </tr>
      <tr>
        <td colspan="2" scope="col">&nbsp;</td>
        </tr>
      <tr>
      
              <script language="javascript">
function fncSubmit()
{
	if(document.frmMain.txtSubject.value == "")
	{
		alert('คุณยังไม่ได้เขียนหัวเรื่อง');
		document.frmMain.txtSubject.focus();
		return false;
	}
			if(document.frmMain.txtFormName.value == "")
	{
		alert('คุณยังไม่ได้กรอกชื่อะ');
		document.frmMain.txtFormName.focus();		
		return false;
	}
				if(document.frmMain.txtFormEmail.value == "")
	{
		alert('คุณไม่ได้ใส่ที่อยู่อีเมล');
		document.frmMain.txtFormEmail.focus();		
		return false;
	}					
		if(document.frmMain.txtDescription.value == "")
	{
		alert('เขียนรายละเอียดด้วยค่ะ');
		document.frmMain.txtDescription.focus();		
		return false;
	}
	document.frmMain.submit();
}
</script>

        <td colspan="2" rowspan="16" align="left" valign="top" scope="col"><form method="post"  name="frmMain" action="contact_sendmail.php"  onclick="JavaScript:return fncSubmit();" >
          <table width="365" height="310" border="0" cellpadding="0" cellspacing="0">
            <tr>
              <td width="82" scope="col"><span class="style4">หัวข้อ</span></td>
              <td width="240" scope="col"><input type="text" name="txtSubject" size="40" maxlength="100" style="border:hidden;color:#DDC020;background:#E7F1FA" /></td>
            </tr>
            <tr>
              <td class="style4">จากคุณ</td>
              <td><input type="text" name="txtFormName" size="40" maxlength="100" style="border:hidden;color:#DDC020;background:#E7F1FA" /></td>
            </tr>
            <tr>
              <td class="style4">อีเมล</td>
              <td><input type="text"  name="txtFormEmail" size="40" maxlength="100" style="border:hidden;color:#DDC020;background:#E7F1FA" /></td>
            </tr>
            <tr>
              <td class="style4">รายละเอียด</td>
              <td rowspan="5" align="left" valign="top"><textarea name="txtDescription" cols="40" rows="7"></textarea></td>
            </tr>
            <tr>
              <td><input type="hidden" name="txtTo" value="[email protected]" /></td>
              </tr>
            <tr>
              <td>&nbsp;</td>
              </tr>
            <tr>
              <td height="39">&nbsp;</td>
              </tr>
            <tr>
              <td height="22">&nbsp;</td>
            </tr>
            <tr>
              <td>&nbsp;</td>
              <td align="left" valign="top"><div align="center">
                <input type="image" src="../../Them/submit.gif" value="ยืนยันข้อมูล" />
              </div></td>
            </tr>
          </table>
        </form></td>
        <td scope="col">&nbsp;</td>
      </tr>
      <tr>
        <td scope="col">&nbsp;</td>
      </tr>
      <tr>
        <td scope="col">&nbsp;</td>
      </tr>
      <tr>
        <th scope="col">&nbsp;</th>
      </tr>
      <tr>
        <th scope="col">&nbsp;</th>
      </tr>
      <tr>
        <th scope="col">&nbsp;</th>
      </tr>
      <tr>
        <th scope="col">&nbsp;</th>
      </tr>
      <tr>
        <th scope="col">&nbsp;</th>
      </tr>
      <tr>
        <th scope="col">&nbsp;</th>
      </tr>
      <tr>
        <th scope="col">&nbsp;</th>
      </tr>
      <tr>
        <th scope="col">&nbsp;</th>
      </tr>
      <tr>
        <th scope="col">&nbsp;</th>
      </tr>
      <tr>
        <th scope="col">&nbsp;</th>
      </tr>
      <tr>
        <th scope="col">&nbsp;</th>
      </tr>
      <tr>
        <th scope="col">&nbsp;</th>
      </tr>
      <tr>
        <th scope="col">&nbsp;</th>
      </tr>
      <tr>
        <td colspan="2" scope="col" align="center" class="style1"></td>
        <td scope="col">&nbsp;</td>
      </tr>
    </table>

โค๊ด
<?
	$strTo = $_POST["txtTo"];
	$strSubject = $_POST["txtSubject"];
	$strHeader = "Content-type: text/html; charset=windows-874\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)
	{
	?>
	 		 <script>
			 alert("ยืนยันการส่งข้อมูล");
					window.location="index.php";
			</script>
			<?
	}
	else
	{
		echo "<center>คุณส่งข้อมูลไม่ผ่าน  กรุณากลับไปทำรายการใหม่.</center>";
	}
?>







Date : 2010-07-23 02:04:24 By : Dragons_first
 


 

No. 2



โพสกระทู้ ( 74,058 )
บทความ ( 838 )

สมาชิกที่ใส่เสื้อไทยครีเอท

สถานะออฟไลน์
Twitter Facebook

PHP Sending Email HTML Format
Date : 2010-07-23 06:14:48 By : webmaster
 

   

ค้นหาข้อมูล


   
 

แสดงความคิดเห็น
Re : php ส่งเมล แบบ html มันใช้คอนเท้นแบบไหนน่ะครับ ผมลองใช้ตามหนังสือและตามเว๊บไซส์หลายเจ้าแล้วมันไม่ขึ้นเลยครับ
 
 
รายละเอียด
 
ตัวหนา ตัวเอียง ตัวขีดเส้นใต้ ตัวมีขีดกลาง| ตัวเรืองแสง ตัวมีเงา ตัวอักษรวิ่ง| จัดย่อหน้าอิสระ จัดย่อหน้าชิดซ้าย จัดย่อหน้ากึ่งกลาง จัดย่อหน้าชิดขวา| เส้นขวาง| ขนาดตัวอักษร แบบตัวอักษร
ใส่แฟลช ใส่รูป ใส่ไฮเปอร์ลิ้งค์ ใส่อีเมล์ ใส่ลิ้งค์ FTP| ใส่แถวของตาราง ใส่คอลัมน์ตาราง| ตัวยก ตัวห้อย ตัวพิมพ์ดีด| ใส่โค้ด ใส่การอ้างถึงคำพูด| ใส่ลีสต์
smiley for :lol: smiley for :ken: smiley for :D smiley for :) smiley for ;) smiley for :eek: smiley for :geek: smiley for :roll: smiley for :erm: smiley for :cool: smiley for :blank: smiley for :idea: smiley for :ehh: smiley for :aargh: smiley for :evil:
Insert PHP Code
Insert ASP Code
Insert VB.NET Code Insert C#.NET Code Insert JavaScript Code Insert C#.NET Code
Insert Java Code
Insert Android Code
Insert Objective-C Code
Insert XML Code
Insert SQL Code
Insert Code
เพื่อความเรียบร้อยของข้อความ ควรจัดรูปแบบให้พอดีกับขนาดของหน้าจอ เพื่อง่ายต่อการอ่านและสบายตา และตรวจสอบภาษาไทยให้ถูกต้อง

อัพโหลดแทรกรูปภาพ

Notice

เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ
อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง

   
  เพื่อความปลอดภัยและการตรวจสอบ กระทู้ที่แทรกไฟล์อัพโหลดไฟล์จากที่อื่น อาจจะถูกลบทิ้ง
 
โดย
อีเมล์
บวกค่าให้ถูก
<= ตัวเลขฮินดูอารบิก เช่น 123 (หรือล็อกอินเข้าระบบสมาชิกเพื่อไม่ต้องกรอก)







Exchange: นำเข้าสินค้าจากจีน, Taobao, เฟอร์นิเจอร์, ของพรีเมี่ยม, ร่ม, ปากกา, power bank, แฟลชไดร์ฟ, กระบอกน้ำ

Load balance : Server 02
ThaiCreate.Com Logo
© www.ThaiCreate.Com. 2003-2025 All Rights Reserved.
ไทยครีเอทบริการ จัดทำดูแลแก้ไข Web Application ทุกรูปแบบ (PHP, .Net Application, VB.Net, C#)
[Conditions Privacy Statement] ติดต่อโฆษณา 081-987-6107 อัตราราคา คลิกที่นี่