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,037

HOME > PHP > PHP Forum > ถามเรื่อการส่ง mail โดย IE กับ firefox ไม่ได้ค่ะ แต่ chrome ค่ะ รบกวนด้วยนะคะ



 

ถามเรื่อการส่ง mail โดย IE กับ firefox ไม่ได้ค่ะ แต่ chrome ค่ะ รบกวนด้วยนะคะ

 



Topic : 085543



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



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




เขียน php แล้วส่งเมลจาก IE กับ firefox ไม่ได้ค่ะ ได้แต่เวลาส่งผ่าน chrome ค่ะ ต้องทำยังไงคะ

มีไฟล์ 2 ไฟล์ค่ะ ไฟล์แรกเป็น index.php ไฟล์ที่ 2 เป็นไฟล์ reserve.php ค่ะ

Code (PHP)
<html>
<head>
<title>RESERVATION MAIN PAGE</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css"> 
 
 a {
	 cursor: pointer;
 }


 .fill {
	 color:#654545;
	 font:"Myriad Pro", "Myriad Pro Cond", "Myriad Pro Light";
 }
 
#content {background-image:url(images/background.gif);}


 
p { font-size: 100%; padding-left: 220px; padding-top:5px}


</style>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<!-- Save for Web Slices (RESERVATION MAIN PAGE.psd) -->
<form action="reserve.php" method="post" name="reserve">
<table width="800" height="601" border="0" align="center" cellpadding="0" cellspacing="0" id="content">
	<tr>
		<td colspan="5" width="422" height="53" alt="" class="topic"><img src="images/reserve_01.gif"></td>
		<td rowspan="18" width="197" height="600" alt="">
			</td>
		<td rowspan="2"><a href="home.php"><img src="images/reserve_03.gif" width="181" height="81" alt=""></a></td>
	</tr>
	<tr>
		<td rowspan="16">&nbsp;</td>
		<td colspan="4"  width="397" height="28" alt=""><img src="images/reserve_05.gif"></td>
	</tr>
	<tr>
		<td colspan="3" class="fill" width="340" height="28"><input name="name" type="text" width="340" /></td>
		<td rowspan="15" width="57" height="454" alt="">
			</td>
		<td rowspan="16" width="181" height="519" alt="">
			</td>
	</tr>
	<tr>
		<td colspan="3" width="340" height="27" alt="" class="normal" ><img src="images/reserve_09.gif">
			</td>
	</tr>
	<tr>
		<td colspan="3"width="340" height="28" alt="" class="fill"><input name="tel" type="tel"width="340" /></td>
	</tr>
	<tr>
		<td colspan="3"  width="340" height="28" alt="" class="normal" ><img src="images/reserve_11.gif">
			</td>
	</tr>
	<tr>
		<td colspan="3" width="340" height="28" alt="" class="fill"><input name="email" type="email" width="340" /></td>
	</tr>
	<tr>
		<td colspan="3" width="340" height="27" alt="" class="normal"><img src="images/reserve_13.gif">
			</td>
	</tr>
	<tr>
		<td colspan="3" width="340" height="28" alt="" class="fill"><input name="ver_email" type="email" width="340" /></td>
	</tr>
	<tr>
		<td colspan="3" width="340" height="26" alt="" class="normal"><img src="images/reserve_15.gif">
			</td>
	</tr>
	<tr>
		<td colspan="3" width="340" height="28" alt="" class="fill"><input name="dd" type="date" width="340" /></td>
	</tr>
	<tr>
		<td colspan="3" width="340" height="27" alt="" class="normal"><img src="images/reserve_17.gif"> 
			</td>
	</tr>
	<tr>
		<td colspan="3" width="340" height="28" alt="" class="fill"><input name="tt" type="time" width="340" /></td>
	</tr>
	<tr>
		<td colspan="3" width="340" height="27" alt="" class="normal"><img src="images/reserve_19.gif"> 
			</td>
	</tr>
	<tr>
		<td colspan="3" width="340" height="28" alt="" class="fill"><input name="num" type="number"width="340" /></td>
	</tr>
	<tr>
		<td colspan="3" width="340" height="27" alt="" class="normal"><img src="images/reserve_21.gif">
			</td>
	</tr>
	<tr>
		<td colspan="3"  width="340" height="69" alt="" class="fill"><textarea name="req" cols="40" rows="4"></textarea>
			</td>
	</tr>
	<tr>
		<td colspan="2" width="30" height="65" alt="">
			</td>
		<td width="127" height="65" alt=""><input type="image" name="Submit" value="Submit" src="images/submit_26.gif"  alt="Button">
			</td>
		<td colspan="2" width="265" height="65" alt="" class="footer"><img src="images/reserve_25.gif">
			</td>
	</tr>
	<tr>
		<td>
			<img src="images/spacer.gif" width="25" height="1" alt=""></td>
		<td>
			<img src="images/spacer.gif" width="5" height="1" alt=""></td>
		<td>
			<img src="images/spacer.gif" width="127" height="1" alt=""></td>
		<td>
			<img src="images/spacer.gif" width="208" height="1" alt=""></td>
		<td>
			<img src="images/spacer.gif" width="57" height="1" alt=""></td>
		<td>
			<img src="images/spacer.gif" width="197" height="1" alt=""></td>
		<td>
			<img src="images/spacer.gif" width="181" height="1" alt=""></td>
	</tr>
</table>
</form>
<!-- End Save for Web Slices -->
</body>
</html>


reserve.php

Code (PHP)
<?php


if(isset($_POST['Submit'])){
	
$name = $_POST['name'];
$email1 = $_POST['email'];
$ver_email1 = $_POST['ver_email'];
$tel = $_POST['tel'];
$dd = $_POST['dd'];
$tt = $_POST['tt'];
$num = $_POST['num'];
$req = $_POST['req'];

//$to = "[email protected],[email protected],[email protected]";
$to = "[email protected],[email protected],[email protected]";


if(empty($name) ){
	?>
	<script type="text/javascript">
    alert("Please Add your name");
    history.back();
  </script>
<?php	
	} else if(empty($email1)) {
		
		?>
	<script type="text/javascript">
    alert("Please Add your email");
    history.back();
  </script>
<?php	
		
	} else if(empty($ver_email1)) {
		?>
	<script type="text/javascript">
    alert("Please verify your email");
    history.back();
  </script>
<?php	
		
			
	} else if(empty($tel)) {
		?>
	<script type="text/javascript">
    alert("Please Add your Telephone Number");
    history.back();
  </script>
<?php	
		
	} 
	
	 else{
		 
	if($email1!=""){
$email = $email1;	
	}else {
$email = "-";
}
if($ver_email1!=""){
	$ver_email = $ver_email1;
	}else {

$ver_email = "-";
}
	 

	if ($email!=$ver_email){
		
		?>
	<script type="text/javascript">
    alert("Please check your verify email");
    history.back();
  </script>
<?php	}  
			
			else {
				
				
/*	
@mail($to,"From: $name  <$email>","Tel: $tel", "Date: $dd", "Time: $tt", "Number of Guest: $num", "Special Request: $req");
*/
$subject = "Reserve From ".$name;
$message = " From : " . $name. " Tel. : ".$tel." Email: ".$email. " Date : " .$dd. " Time : ". $tt." Number of Guest: ".$num . " Special Request: ".$req ;
//mail ($to,$subject,$message);

if(mail($to,$subject,$message)){

?>
	<script type="text/javascript">
    alert("Thank for Contact Us");
    history.back();
	
  </script>
<?php
}else {
	?>
	<script type="text/javascript">
    alert("Can't send mail");
    history.back();
	
  </script>
<?php
	
	
}
			}
			}



}
?>




Tag : PHP, HTML/CSS, JavaScript, Windows, Mac









ประวัติการแก้ไข
2012-10-17 16:42:43
Move To Hilight (Stock) 
Send To Friend.Bookmark.
Date : 2012-10-17 15:54:20 By : Mminnano View : 1119 Reply : 3
 

 

No. 1



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



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


ทำได้แล้วค่ะ :)






แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2012-10-17 16:43:19 By : Mminnano
 


 

No. 2



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

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

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

ตกลงเป็นเพราะอะไรครับ
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2012-10-18 09:25:29 By : mr.win
 

 

No. 3



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



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


เดี๋ยวลงอันใหม่ให้ดูค่ะ เพราะแก้อยู่นาน เขียนใหม่เลย 55555 แต่เท่าที่ดูคร่าวๆ อาจจะเป็นเพราะ วงเล็บเกินค่ะ

index.php
Code (PHP)
<html>
<head>
<title>RESERVATION MAIN PAGE</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css"> 
 
 a {
	 cursor: pointer;
 }


 .fill {
	 color:#654545;
	 font:"Myriad Pro", "Myriad Pro Cond", "Myriad Pro Light";
 }
 
#content {background-image:url(images/background.gif);}


 
p { font-size: 100%; padding-left: 220px; padding-top:5px}


</style>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<!-- Save for Web Slices (RESERVATION MAIN PAGE.psd) -->
<form action="reserve.php" method="post" name="reserve">
<table width="800" height="601" border="0" align="center" cellpadding="0" cellspacing="0" id="content">
	<tr>
		<td colspan="5" width="422" height="53" alt="" class="topic"><img src="images/reserve_01.gif"></td>
		<td rowspan="18" width="197" height="600" alt="">
			</td>
		<td rowspan="2"><a href="home.php"><img src="images/reserve_03.gif" width="181" height="81" alt=""></a></td>
	</tr>
	<tr>
		<td rowspan="16">&nbsp;</td>
		<td colspan="4"  width="397" height="28" alt=""><img src="images/reserve_05.gif"></td>
	</tr>
	<tr>
		<td colspan="3" class="fill" width="340" height="28"><input name="name" type="text" width="340" /></td>
		<td rowspan="15" width="57" height="454" alt="">
			</td>
		<td rowspan="16" width="181" height="519" alt="">
			</td>
	</tr>
	<tr>
		<td colspan="3" width="340" height="27" alt="" class="normal" ><img src="images/reserve_09.gif">
			</td>
	</tr>
	<tr>
		<td colspan="3"width="340" height="28" alt="" class="fill"><input name="tel" type="tel"width="340" /></td>
	</tr>
	<tr>
		<td colspan="3"  width="340" height="28" alt="" class="normal" ><img src="images/reserve_11.gif">
			</td>
	</tr>
	<tr>
		<td colspan="3" width="340" height="28" alt="" class="fill"><input name="email" type="email" width="340" /></td>
	</tr>
	<tr>
		<td colspan="3" width="340" height="27" alt="" class="normal"><img src="images/reserve_13.gif">
			</td>
	</tr>
	<tr>
		<td colspan="3" width="340" height="28" alt="" class="fill"><input name="ver_email" type="email" width="340" /></td>
	</tr>
	<tr>
		<td colspan="3" width="340" height="26" alt="" class="normal"><img src="images/reserve_15.gif">
			</td>
	</tr>
	<tr>
		<td colspan="3" width="340" height="28" alt="" class="fill"><input name="dd" type="date" width="340" /></td>
	</tr>
	<tr>
		<td colspan="3" width="340" height="27" alt="" class="normal"><img src="images/reserve_17.gif"> 
			</td>
	</tr>
	<tr>
		<td colspan="3" width="340" height="28" alt="" class="fill"><input name="tt" type="time" width="340" /></td>
	</tr>
	<tr>
		<td colspan="3" width="340" height="27" alt="" class="normal"><img src="images/reserve_19.gif"> 
			</td>
	</tr>
	<tr>
		<td colspan="3" width="340" height="28" alt="" class="fill"><input name="num" type="number"width="340" /></td>
	</tr>
	<tr>
		<td colspan="3" width="340" height="27" alt="" class="normal"><img src="images/reserve_21.gif">
			</td>
	</tr>
	<tr>
		<td colspan="3"  width="340" height="69" alt="" class="fill"><textarea name="req" cols="40" rows="4"></textarea>
			</td>
	</tr>
	<tr>
		<td colspan="2" width="30" height="65" alt="">
			</td>
		<td width="127" height="65" alt=""><input type="submit" name="submit" value="submit" src="images/submit_26.gif" />
			</td>
		<td colspan="2" width="265" height="65" alt="" class="footer"><img src="images/reserve_25.gif">
			</td>
	</tr>
	<tr>
		<td>
			<img src="images/spacer.gif" width="25" height="1" alt=""></td>
		<td>
			<img src="images/spacer.gif" width="5" height="1" alt=""></td>
		<td>
			<img src="images/spacer.gif" width="127" height="1" alt=""></td>
		<td>
			<img src="images/spacer.gif" width="208" height="1" alt=""></td>
		<td>
			<img src="images/spacer.gif" width="57" height="1" alt=""></td>
		<td>
			<img src="images/spacer.gif" width="197" height="1" alt=""></td>
		<td>
			<img src="images/spacer.gif" width="181" height="1" alt=""></td>
	</tr>
</table>
</form>
<!-- End Save for Web Slices -->
</body>
</html>



reserve.php
Code (PHP)
<?php

// ชื่อไฟล์ reserve.php เพื่อรับค่าจาก form 


$name = $_POST['name'];
$email1 = $_POST['email'];
$ver_email1 = $_POST['ver_email'];
$tel = $_POST['tel'];
$dd = $_POST['dd'];
$tt = $_POST['tt'];
$num = $_POST['num'];
$req = $_POST['req'];

if(empty($name) ){
	?>
	<script type="text/javascript">
    alert("Please Add your name");
    history.back();
  </script>
<?php	
	} else if(empty($email1)) {
		
		?>
	<script type="text/javascript">
    alert("Please Add your email");
    history.back();
  </script>
<?php	
		
	} else if(empty($ver_email1)) {
		?>
	<script type="text/javascript">
    alert("Please verify your email");
    history.back();
  </script>
<?php	
		
			
	} else if(empty($tel)) {
		?>
	<script type="text/javascript">
    alert("Please Add your Telephone Number");
    history.back();
  </script>
<?php	
		
	} 
	
	 else{
		 
	if($email1!=""){
$email = $email1;	
	}else {
$email = "-";
}
if($ver_email1!=""){
	$ver_email = $ver_email1;
	}else {

$ver_email = "-";
}
	 

	if ($email!=$ver_email){
		
		?>
	<script type="text/javascript">
    alert("Please check your verify email");
    history.back();
  </script>
<?php	}  
			
			else {
				
				
/*	
@mail($to,"From: $name  <$email>","Tel: $tel", "Date: $dd", "Time: $tt", "Number of Guest: $num", "Special Request: $req");

$subject = "Reserve From ".$name;
$message = " From : " . $name. " Tel. : ".$tel." Email: ".$email. " Date : " .$dd. " Time : ". $tt." Number of Guest: ".$num . " Special Request: ".$req ;
//mail ($to,$subject,$message);

*/
//$MailTo = "[email protected],[email protected],[email protected]";
$MailTo = "[email protected],[email protected],[email protected]";
//$MailTo = "[email protected],[email protected]";
$MailFrom = $_POST['email'];


$MailSubject = "Reserve From ".$name; ;
$message = " From : " . $name. " Tel. : ".$tel." Email: ".$email. " Date : " .$dd. " Time : ". $tt." Number of Guest: ".$num . " Special Request: ".$req ;

$MailMessage = $message ;

$Headers = "MIME-Version: 1.0\r\n" ;
$Headers .= "Content-type: text/html; charset=windows-874\r\n" ;
// ส่งข้อความเป็นภาษาไทย ใช้ "windows-874"
$Headers .= "From: ".$MailFrom." <".$MailFrom.">\r\n" ;
$Headers .= "Reply-to: ".$MailFrom." <".$MailFrom.">\r\n" ;
$Headers .= "X-Priority: 3\r\n" ;
$Headers .= "X-Mailer: PHP mailer\r\n" ;

if(mail($MailTo, $MailSubject , $MailMessage, $Headers, $MailFrom))
{
?>
	<script type="text/javascript">
    alert("Thank for Contact Us");
  
   window.location.href = "http://www.bonjourbangkok.com/home.php";
  </script>
<?php
}else {
	?>
	<script type="text/javascript">
    alert("Can't send mail");
    history.back();
	
  </script>
<?php
	
	
}
			}
			}


?>


แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2012-10-18 11:21:15 By : Mminnano
 

   

ค้นหาข้อมูล


   
 

แสดงความคิดเห็น
Re : ถามเรื่อการส่ง mail โดย IE กับ firefox ไม่ได้ค่ะ แต่ chrome ค่ะ รบกวนด้วยนะคะ
 
 
รายละเอียด
 
ตัวหนา ตัวเอียง ตัวขีดเส้นใต้ ตัวมีขีดกลาง| ตัวเรืองแสง ตัวมีเงา ตัวอักษรวิ่ง| จัดย่อหน้าอิสระ จัดย่อหน้าชิดซ้าย จัดย่อหน้ากึ่งกลาง จัดย่อหน้าชิดขวา| เส้นขวาง| ขนาดตัวอักษร แบบตัวอักษร
ใส่แฟลช ใส่รูป ใส่ไฮเปอร์ลิ้งค์ ใส่อีเมล์ ใส่ลิ้งค์ 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-2024 All Rights Reserved.
ไทยครีเอทบริการ จัดทำดูแลแก้ไข Web Application ทุกรูปแบบ (PHP, .Net Application, VB.Net, C#)
[Conditions Privacy Statement] ติดต่อโฆษณา 081-987-6107 อัตราราคา คลิกที่นี่