<?php $k=0; $sql_type3="select * from order_tb where cust_id='$dbarr22[cust_id]' AND order_session='$dbarr22[cust_session]' order by order_id DESC"; $result_type3 = mysql_query($sql_type3) ; while($dbarr_type3 = mysql_fetch_array($result_type3)) { $product_name3[$k]=$dbarr_type3['product_name']; $product_no3[$k]=$dbarr_type3['product_no']; $tour_date3[$k]=$dbarr_type3['tour_date']; $tour_month3[$k]=$dbarr_type3['tour_month']; $tour_year3[$k]=$dbarr_type3['tour_year']; $order_qty3[$k]=$dbarr_type3['order_qty']; $tour_children3[$k]=$dbarr_type3['tour_children']; $order_sum_row3[$k]=$dbarr_type3['order_sum_row']; echo "$order_sum_row3[$k]"; // ตรงนี้ก็แสดงผลนะครับ $k++; } include("phpmailer/class.phpmailer.php"); $mail = new PHPMailer(); $mail->IsSMTP(); // telling the class to use SMTP $mail->Host = "mail.xxxx.com"; // SMTP servers $mail->SMTPAuth = true; // turn on SMTP authentication $mail->Username = "[email protected]"; // SMTP username $mail->Password = "123456"; // SMTP password $mail->CharSet = "windows-874"; // Language eg. "iso-8859-1" , "charset=windows-874 or TIS-620" //$mail->ConfirmReadingTo = "Email";//email ที่ต้องการส่งกลับว่ามีการอ่านแล้ว $mail->Priority = 5; $mail->From = "[email protected]"; $mail->FromName = "Booking Online Name $dbarr22[cust_name]"; $mail->AddAddress("[email protected]","Booking Online by Name $dbarr22[cust_name]"); //$email = email [email protected] ของหุ้นส่วน $name = ชื่อของหุ้นส่วน $mail->AddReplyTo("$dbarr22[cust_email]","Information"); $mail->WordWrap = 50; // set word wrap //$mail->AddAttachment("/var/tmp/file.tar.gz"); // attachment //$mail->AddAttachment("/tmp/image.jpg", "new.jpg"); $mail->IsHTML(true); // send as HTML $mail->Subject = "ข้อมูลของ คุณ $dbarr22[cust_name]"; $mail->Body = " <table width=\"900\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"> <tr> <td> <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"> <tr> <td width=\"5%\" height=\"35\" bgcolor=\"#6699FF\"><div align=\"center\"><strong>No.</strong></div></td> <td width=\"53%\" bgcolor=\"#6699FF\"><div align=\"center\"><strong>TRIP</strong></div></td> <td width=\"15%\" bgcolor=\"#6699FF\"><div align=\"center\"><strong>DATE</strong></div></td> <td width=\"15%\" bgcolor=\"#6699FF\"><div align=\"center\"><strong>Adult/Child</strong></div></td> <td width=\"12%\" bgcolor=\"#6699FF\"><div align=\"center\"><strong>PRICE</strong></div></td> </tr> </table> <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"> <tr> <td width=\"5%\"><div align=\"center\">".$k."</div></td> <td width=\"53%\">".$product_name3[0]." ".$product_no3[0]."</td> <td width=\"15%\"><div align=\"center\">".$tour_date3[$k]."/".$tour_month3[$k]."/".$tour_year3[$k]."</div></td> <td width=\"15%\"><div align=\"center\">".$order_qty3[$k]." / ".$tour_children3[$k]."</div></td> <td width=\"12%\"><div align=\"right\">".$order_sum_row3[$k]."</div></td> </tr> </table> </td> </tr> </table> "; $mail->AltBody = "This is the text-only body"; if(!$mail->Send()) { echo "Message was not sent <p>"; echo "Mailer Error: " . $mail->ErrorInfo; }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง