|
|
|
***********สอบถามการใช้ฟอร์มเมล์เพื่อจัดส่งเมล์****************** |
|
|
|
|
|
|
|
อ้อ ลืมถามไปว่า ถ้าเราจะอัพไปลงไว้ใน sever เราจะต้องติดตั้งโปรแกรมอะไรบ้างถึงจะรันสคริปส์นี้ได้ครับ ช่วยแนะนำอีกทีน๊ะครับ ขอบคุณมากครับ
|
|
|
|
|
Date :
2010-08-21 10:21:49 |
By :
นนท์ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ดูคร่าวๆ น่าจะเปลียน
Code (PHP)
$to_send=$_post[to_send] ;
เป็น
Code (PHP)
$to_send=$_POST[to_send] ;
เปลียน
Code (PHP)
$subject_send=$_POST[subject_send] ;
เป็น
Code (PHP)
$subject_send=$_POST[SUBJECT_SEND] ;
เมื่ออัปโหลดขึ้นโอสติ้งแล้วก็ไม่ต้องทำอะไรครับ มันจะใช้ได้เอง เพราะเขามี mail server แล้ว
|
|
|
|
|
Date :
2010-08-21 12:30:07 |
By :
PlaKriM |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณมากครับที่ให้คำแนะนำผมจะลองไปทำดูถ้าได้จะแจ้งให้ทราบครับ
|
|
|
|
|
Date :
2010-08-22 10:14:51 |
By :
นนท์ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ผมได้ทำการทดสอบแล้วตามที่แก้ไข ไม่สามารถทำงานได้ครับ ช่วยแนะนำหน่อยได้ไหมครับ ขอบคุณมากครับ
|
|
|
|
|
Date :
2010-08-23 08:59:52 |
By :
ohmmaka |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ก็คุณเปิด form เป็น from อะครับ
|
|
|
|
|
Date :
2011-08-07 18:22:16 |
By :
tormam |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
<html>
<head>
<title>ThaiCreate.Com PHP Sending Email</title>
</head>
<body>
<form action="phpSendMailContactForm.php" method="post" name="frmMain">
<table width="343" border="1">
<tr>
<td>To</td>
<td><input name="txtTo" type="text" id="txtTo"></td>
</tr>
<tr>
<td>Subject</td>
<td><input name="txtSubject" type="text" id="txtSubject"></td>
</tr>
<tr>
<td>Description</td>
<td><textarea name="txtDescription" cols="30" rows="4" id="txtDescription"></textarea></td>
</tr>
<tr>
<td>Form Name</td>
<td><input name="txtFormName" type="text"></td>
</tr>
<tr>
<tr>
<td>Form Email</td>
<td><input name="txtFormEmail" type="text"></td>
</tr>
<tr>
<td> </td>
<td><input type="submit" name="Submit" value="Send"></td>
</tr>
</table>
<br>
<br>
<br>
</form>
</body>
</html>
Go to : PHP Sending Email Contact Form
|
|
|
|
|
Date :
2011-08-08 06:36:22 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
อันนี้ของผมนะครับ ผมใช้อยู่
ฟอร์มรับข้อมูล
form รับข้อมูล
<form id="feedback" method="post" action="feedback.php" enctype="multipart/form-data">
<table width="200" border="0">
<tr>
<td class="tablelist">ชื่อ</td>
<td><input name="cus_name" type="text" id="cus_name" size="25"></td>
</tr>
<tr>
<td class="tablelist">ตำแหน่ง</td>
<td><input name="cus_position" type="text" id="cus_position" size="25"></td>
</tr>
<tr>
<td class="tablelist">บริษัท</td>
<td><input name="cus_company" type="text" id="cus_company" size="25"></td>
</tr>
<tr>
<td class="tablelist">ที่อยู่จัดส่ง</td>
<td><textarea name="cus_address" cols="25" rows="5"></textarea></td>
</tr>
<tr>
<td class="tablelist">โทรศัพท์</td>
<td><input name="cus_tel" type="text" id="cus_tel" size="25"></td>
</tr>
<tr>
<td class="tablelist">อีเมล์</td>
<td><input name="cus_email" type="text" id="cus_email" size="25"></td>
</tr>
<tr>
<td class="tablelist">สอบถาม
เพิ่มเติม</td>
<td><textarea name="message" cols="25" rows="6"></textarea></td>
</tr>
<tr>
<td> </td>
<td>
<input name="submit" type="submit" value="Submit">
<input name="reset" type="reset" value="Reset"></td>
</tr>
</table>
</form>
script ส่งเมล์
feedback.php
<?php
$message =$_POST['message'];
$name=$_POST['cus_name'];
$company=$_POST['cus_company'];
$position=$_POST['cus_position'];
$address=$_POST['cus_address'];
$tel=$_POST['cus_tel'];
$email=$_POST['cus_email'];
$mto = "[email protected]";
$msubj = "ขอแคตตาล๊อก";
$mfrom =$_POST['$cus_email'];
$mreply =$_POST['$cus_email'];
$strHeader = "From: [email protected]";
$content="ชื่อ:".$name .
" \n" .
"ตำแหน่ง:".$position .
" \n" .
"บริษัท:".$company .
" \n" .
"ที่อยู่:".$address .
" \n" .
"โทร:".$tel .
" \n" .
"e-mail:".$email .
" \n" .
"------------------------- COMMENTS -------------------------\n\n\n" .
$message ."\n".
"\n\n---------------------------------------------------------------\n" ;
echo "เราได้รับข้อความจากท่านแล้ว ขอบคุณครับ";
mail($mto, $msubj, $content, $strHeader);
?>
|
|
|
|
|
Date :
2011-08-08 08:13:31 |
By :
kw4nz |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|