<?php
$username="555";
$pw="555";
$email="[email protected]";
$subject="ยืนยันการเป็นสมาชิก";
$from="[email protected]";
$message='<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-874" />
<title>ไทยรูท ดอทคอม</title>
</head>
<body>
<a href=http://localhost/thairoute/agent/wwwthairoute/confirm.php?ncode='.$username.'&pcode='.$pw.'&confirm=yes>
http://localhost/thairoute/agent/wwwthairoute/confirm.php</a><br>
กรุณายืนยันการเป็นสมาชิกภายในระยะเวลา 3 วัน นับจากวันที่ท่านได้สมัครเป็นสมาชิก
</body>
</html>';
/* To send HTML mail, you can set the Content-type header. */
$headers = "From:".$from."\r\n" .
'X-Mailer: PHP/' . phpversion() . "\r\n" .
"MIME-Version: 1.0\r\n" ."Content-Type: text/html; charset=windows-874\r\n" .
"Content-Transfer-Encoding: 8bit\r\n\r\n";
/* and now mail it */
if(mail($email, $subject, $message, $headers)){
echo "ส่งเมล์เรียบร้อยแล้วค่ะ...........";
}
else{
echo "ส่งใหม่นะจ๊ะ.....อิอิ";
}
?>
Tag : - - - -
Date :
12 มิ.ย. 2550 16:59:22
By :
ริมรั้ว
View :
1753
Reply :
2
No. 1
Guest
ใส่ windows 780 ถ้าไม่ลองเข้าไปดูใน dreamwever mx เน่อ จำมะค่อยได้เหมือนกัน ให้ด้วยครับ