|
|
|
รบกวนผู้รู้ช่วยดูโค๊ดให้หน่อยนะครับ ฟรอม์ส่งเมล พอส่งไปที่เมลแล้วมันอ่านไม่ได้ |
|
|
|
|
|
|
|
ฟรอม์รับค่า
Code (PHP)
<?php
<form name="newsadd" id="newsadd" action="send.php" method="post" onSubmit="return EW_checkMyForm(this);">
<table id=AutoNumber6 style="BORDER-COLLAPSE: collapse"
bordercolor=#111111 cellspacing=0 cellpadding=10
width=100% border=0>
<tbody>
<tr>
<td> <div align=center>
<center>
<table cellspacing=0 cellpadding=0 width="451"
align=center border=0>
<tbody>
<tr>
<td width="117"> <div align="right"><strong><font color=#0066FF
size=2 face="MS Sans Serif, Tahoma, sans-serif">ชื่อ
- นามสกุล : </font></strong></div></td>
<td width="334"> <font face="MS Sans Serif" size="2">
<input id=name2 maxlength=50 size=30 name=name2>
<font color="#FF0000">*</font></font></td>
</tr>
<tr>
<td width="117"> <div align="right"><strong><font color=#0066FF size=2 face="MS Sans Serif, Tahoma, sans-serif">E
- mail : </font></strong></div></td>
<td width="334"> <font face="MS Sans Serif" size="2">
<input id=mail2 maxlength=50 size=30 name=mail2>
<font color="#FF0000"> *
</font></font></td>
</tr>
<tr>
<td width="117"> <div align="right"><strong><font color=#0066FF
size=2 face="MS Sans Serif, Tahoma, sans-serif">เรื่องที่จะติดต่อ :
</font></strong></div></td>
<td width="334"> <font face="MS Sans Serif" size="2">
<input name="subject2" type="text" id="subject2" size="30" maxlength="50">
<font color="#FF0000">*</font></font></td>
</tr>
<tr>
<td valign=top width="117">
<div align="right"><strong><font color=#0066FF
size=2 face="MS Sans Serif, Tahoma, sans-serif">รายละเอียด :
</font></strong></div></td>
<td valign=top width="334">
<font face="MS Sans Serif" size="2">
<textarea name=textarea cols=40 rows=5 wrap="VIRTUAL" id=textarea></textarea>
</font></td>
</tr>
<tr>
<td> </td>
<td><a href="#" onclick="document.getElementById('captcha').src = 'displaynum.php?'+Math.random();
return false;"> <img src="displaynum.php" border="0" id="captcha"></a></td>
</tr>
<tr>
<td width="117" height="45" align="center" valign="middle"><font color="#FF0000" size="3" face="MS Sans Serif, Tahoma, sans-serif">ใส่รหัสยืนยัน</font></td>
<td width="334"><font face="MS Sans Serif" size="2"><font color="#993300" face="MS Sans Serif" size="2">
<input type="text" name="captcha" size="32" style="width: 168">
</font></font></td>
</tr>
<tr>
<td width="117"><font color=#6699cc> </font></td>
<td width="334"> <table cellspacing=0 cellpadding=0 width="54%"
border=0>
<tbody>
<tr>
<td width="54%"> <div align=center>
<font face="MS Sans Serif" size="2">
<input name=Submit2 type=submit id="Submit2" value=ส่งข้อมูล>
</font></div></td>
<td width="46%"> <div align=center>
<font face="MS Sans Serif" size="2">
<input name=Submit2 type=reset id="Submit2" value=เขียนใหม่>
</font>
?>
Tag : - - - -
|
|
|
|
|
|
Date :
2009-08-03 12:25:33 |
By :
intelman |
View :
884 |
Reply :
1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
file ส่ง
Code (PHP)
<?php
$emailto='[email protected]';
$heaber.="Content-type:text/html;charset=tis620\n";
$header.="from: $mail";
$messages.= "ชื่อ $name \n";
$messages.= "รายละเอียด $detial \n";
mail($emailto,$subject,$messages,$header);
echo"<META HTTP-EQUIV=\"REFRESH\" CONTENT=\"0; URL=tempmail.php\">";
?>
เมื่อส่งมาที่ mail มันจะเป็นดังตัวอย่าง
à¸à¸·à¹à¸
รายละà¹à¸à¸µà¸¢à¸
รบกวนดูให้ทีครับ หรือ ใครมีฟรอม์ส่งเมลแบ่งปันก็ได้นะครับ (PHP5)
|
|
|
|
|
Date :
2009-08-03 12:25:59 |
By :
intelman |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|