|
|
|
สอบถามเรื่อง php ส่งเมล์ โดยใส่รูปภาพในข้อความ[มือใหม่ครับ] |
|
|
|
|
|
|
|
ครับ งั้นขอ ถามต่อเลยนะครับ
ทำไมผม echo ตัวแปร $name_c ใน$msg ไม่ได้อะครับ ทั้ง ที่รับค่ามาแล้ว เวลาส่งเมล์ไปตรงที่ echo ตัวแปร $name_c ไม่ขึ้นอะไรเลยครับ ลอง echo นอกmsgค่ามันก็มาครับ
Code (PHP)
<meta http-equiv="Content-Type" content="text/html; charset= UTF-8"/>
<?php //print_r($_POST) ?>
<?php
require_once("./config/utility.php");
$name_c=$_POST['name_c'];
?>
<?php
$to = "xxxxxx"; // change this line to your email
$subject = "xxxxxxxxxxxxxxx";
$headers = "MIME-Version: 1.0\r\n" ;
$headers .= "Content-type: text/html; charset=UTF-8\r\n";
$headers .= "xxxxxxxxxxxxxxxxxxxx";
$msg = '
<html>
<table width="520" height="226" border="0">
<tr>
<td height="143" colspan="5" </td>
</tr>
<tr>
<td height="31" colspan="5"><p><strong>สวัสดีค่ะ</strong> คุณ <?php echo $name_c; ?> </p>
<p>ยินดีต้อนรับ คุณ <?php echo $name_c; ?> <br />
</p></td>
</tr>
<tr>
<td bgcolor="#0033FF"> </td>
<td bgcolor="#0033FF"> </td>
<td bgcolor="#0033FF"> </td>
<td bgcolor="#0033FF"> </td>
<td bgcolor="#0033FF"> </td>
</tr>
<tr>
</tr>
</table>
</html>
';
mail("$to", "$subject", "$msg", "$headers");
msgbox("ส่งอีเมล์เรียบร้อยค่ะ");
echo $name_c;
//redirect("tgh_contact.php")
?>
อันนี้ from รับค่าครับ
Code (PHP)
<table width="50" border="0">
<tr>
<td><form action="sendmail.php" method="post">
<table width="367" border="0">
<tr>
<td>ชื่อผู้ส่ง</td>
<td><label>
<input type="text" name="name_c" id="name_c" />
</label></td>
</tr>
<tr>
<td> </td>
<td><label>
<input type="submit" name="button" id="button" value="Submit" />
</label></td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
</table>
</form></td>
</tr>
</table>
|
|
|
|
|
Date :
2010-09-28 10:12:22 |
By :
peatcsnon |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
คุณไปแทรก Tag ซ้อน Tag ได้ยังไงน่ะครับ ให้ใช้แบบนี้แทนครับ
Code (PHP)
<p>ยินดีต้อนรับ คุณ ". $name_c." <br />
code เต็ม ๆ
Code (PHP)
$msg = '
<html>
<table width="520" height="226" border="0">
<tr>
<td height="143" colspan="5" </td>
</tr>
<tr>
<td height="31" colspan="5"><p><strong>สวัสดีค่ะ</strong> คุณ <?php echo $name_c; ?> </p>
<p>ยินดีต้อนรับ คุณ ". $name_c." <br />
</p></td>
</tr>
<tr>
<td bgcolor="#0033FF"> </td>
<td bgcolor="#0033FF"> </td>
<td bgcolor="#0033FF"> </td>
<td bgcolor="#0033FF"> </td>
<td bgcolor="#0033FF"> </td>
</tr>
<tr>
</tr>
</table>
</html>
';
|
|
|
|
|
Date :
2010-09-28 10:21:52 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณ mr.win มากครับ
ทำได้แล้ว
ขอบคุณ Thaicreate ครับ
|
|
|
|
|
Date :
2010-09-28 10:37:05 |
By :
peatcsnon |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ตั้งกระทู้ใหม่แล้วครับ ขอบคุณครับ
|
|
|
|
|
Date :
2012-11-02 17:39:34 |
By :
pandalovebanana |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|