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 > ปัญหาส่งข้อมูลหน้า contact เวลาเช็ค mail ผมลองทดสอบบนเครื่อนั้นข้อมูลที่ส่งมาหมดครับ



 

ปัญหาส่งข้อมูลหน้า contact เวลาเช็ค mail ผมลองทดสอบบนเครื่อนั้นข้อมูลที่ส่งมาหมดครับ

 



Topic : 019740

Guest




---------Contact------------

<form name="mail_from" method="post" action="contactsing.php" onSubmit="return checkFields2();" >
<table width="100%" border="0" cellpadding="0" cellspacing="1">
<tr>
<td width="32%" bgcolor="#FFFFFF">&nbsp;</td>
<td width="68%" bgcolor="#FFFFFF"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><input name="to_send" type="hidden" id="to_send" value="[email protected]" /></td>
<td>&nbsp;</td>
</tr>
</table></td>
</tr>
<tr>
<td align="right" valign="middle" bgcolor="#FFA8FF"><strong>ชื่อ-นามสกุล:</strong></td>
<td><table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFD2FF">
<tr>
<td width="61%" height="30"><input name="name_send" type="text" id="name_send" size="40" /></td>
<td width="35%">*</td>
<td width="4%">&nbsp;</td>
</tr>
</table></td>
</tr>
<tr>
<td align="right" valign="middle" bgcolor="#FFA8FF"><strong>E-mail:</strong></td>
<td><table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFD2FF">
<tr>
<td width="61%" height="30"><label>
<input name="email" type="text" id="email" size="40" />
</label></td>
<td width="35%">*</td>
<td width="4%">&nbsp;</td>
</tr>
</table> </td>
</tr>
<tr>
<td align="right" valign="middle" bgcolor="#FFA8FF"><strong>หน่วยงาน/บริษัท:</strong></td>
<td><table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFD2FF">
<tr>
<td height="30"><label>
<input name="address" type="text" id="address" size="40" />
</label></td>
<td>&nbsp;</td>
</tr>
</table></td>
</tr>
<tr>
<td align="right" valign="middle" bgcolor="#FFA8FF"><strong>โทรศัพท์:</strong></td>
<td><table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFD2FF">
<tr>
<td height="30"><label>
<input name="tel" type="text" id="tel" size="40" />
</label></td>
<td>&nbsp;</td>
</tr>
</table></td>
</tr>
<tr>
<td align="right" valign="middle" bgcolor="#FFA8FF"><strong>หัวข้อ:</strong></td>
<td><table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFD2FF">
<tr>
<td width="61%" height="30"><input name="subject" type="text" id="subject" size="40" /></td>
<td width="35%">*</td>
<td width="4%">&nbsp;</td>
</tr>
</table></td>
</tr>
<tr>
<td align="right" valign="top" bgcolor="#FFA8FF"><strong><br>
รายละเอียด:</strong></td>
<td><table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFD2FF">
<tr>
<td width="50%" height="90"><label>
<textarea name="message" cols="30" rows="5" id="message"></textarea>
</label></td>
<td width="45%" valign="top"><br />
*</td>
<td width="5%">&nbsp;</td>
</tr>
</table></td>
</tr>
<tr>
<td bgcolor="#FFFFFF">&nbsp;</td>
<td bgcolor="#FFFFFF"><table width="35%" border="0" cellspacing="5" cellpadding="0">
<tr>
<td><label>
<input type="submit" name="Submit" value="ส่งข้อความสอบถาม" />
</label> <label></label></td>
</tr>
</table></td>
</tr>
</table>
</form>

-----------------------------------------------------------------------------------------------------------------------------------------------------

-------------- contactsing.php ----------------


<?

$emailto=$_POST[to_send]; //อีเมล์ผู้รับ
$subject= "หัวข้อ : $subject\n";//หัวข้อ
$footer= "";

$message.=" ชื่อ : $name_send \n ";
$message.=" Email : $email \n ";
$message.="โทรศัพท์ : $tel \n ";
$message.=" หน่วยงาน/บริษัท : $address \n ";
$message.="ข้อความ : $message";
//$message = $message."\n".$footer;

$send = mail($emailto, $subject, $message, "From: {$name_send}");
if ($send)
{
echo "ส่งข้อมูลให้ $emailto เรียบร้อยแล้วค่ะ";
}
else
{
echo "เกิดปัญหาไม่สามารถส่งข้อมูลให้ $emailto ได้ค่ะ";
}

?>
<script>
if(confirm("ยืนยันกด OK กรอกข้อมูลใหม่กด CANCEL ค่ะ"))
{
location = "index1.php";
}
else
{
history.back();
}
</script>

------------------------------------------------------------------------------------------------------------------------------------

ผมลองทดสอบบนเครื่อนั้นข้อมูลที่ส่งมาหมดครับ แต่ว่าเอาขึ้น host แล้วเวลาส่งเมล์นั้นเข้าไปเช็คใน outlook หรือ hotmail ปรากฎว่าข้อมูลกลับไม่มาด้วย แบบนี้ผมต้องแก้ไขตรงไหนบ้างครับ ขอบคุณมากครับ


Tag : - - - -







Move To Hilight (Stock) 
Send To Friend.Bookmark.
Date : 30 เม.ย. 2551 12:22:02 By : thislove View : 1225 Reply : 1
 

 

No. 1

Guest


Go to : PHP Sending Email Contact Form






Date : 2011-07-30 08:28:43 By : thaicreate
 

   

ค้นหาข้อมูล


   
 

แสดงความคิดเห็น
Re : ปัญหาส่งข้อมูลหน้า contact เวลาเช็ค mail ผมลองทดสอบบนเครื่อนั้นข้อมูลที่ส่งมาหมดครับ
 
 
รายละเอียด
 
ตัวหนา ตัวเอียง ตัวขีดเส้นใต้ ตัวมีขีดกลาง| ตัวเรืองแสง ตัวมีเงา ตัวอักษรวิ่ง| จัดย่อหน้าอิสระ จัดย่อหน้าชิดซ้าย จัดย่อหน้ากึ่งกลาง จัดย่อหน้าชิดขวา| เส้นขวาง| ขนาดตัวอักษร แบบตัวอักษร
ใส่แฟลช ใส่รูป ใส่ไฮเปอร์ลิ้งค์ ใส่อีเมล์ ใส่ลิ้งค์ 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 03
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 อัตราราคา คลิกที่นี่