<!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=utf-8" /> <title>Untitled Document</title> </head> <body> <? include "include.php"; include "function.php"; $id_p=$_GET[id]; $sql="select * from form_rent where id_user='$id_p'"; $result=mysql_db_query($dbname,$sql); $record=mysql_fetch_array($result); $id_p=$record[id]; $name_p=$record[name_user]; $tel_p=$record[tel]; $email_p=$record[e-mail]; $num_p=$record[num_user]; $dept_p=$record[dept]; $day_p=$record[day_stay]; $begin_p=$record[begin_day]; $last_p=$record[last_day]; $text_p=$record[text]; $date_p=displaydate($record[date]); $no++; echo"<table border='1' bordercolor='#FFFFFF' width='100%' id='table1' valign='top'> <tr width='100%' bgcolor='#FF6600'> <td colspan='2'><strong><center><font color='#FFFFFF' size='h2'>รายละเอียดผู้จองห้องพัก</font></center></strong></td> </tr> <tr width='100%' bgcolor='#D7EBFF'> <td width='30%'><strong><center><font color='#000000' size='h2'><div align='right'>ชื่อ-สกุล หรือบริษัท,องค์กร:</div></font></center></strong></td> <td width='70%'><b><center><font color='#000000' size='h2'>$name_p</font></center></b></td> </tr> <tr width='100%' bgcolor='#D7EBFF'> <td width='30%'><strong><center><font color='#000000' size='h2'><div align='right'>โทร:</font></center></strong></td> <td width='70%'><b><center><font color='#000000' size='h2'>$tel_p</font></center></b></td> </tr> <tr width='100%' bgcolor='#D7EBFF'> <td width='30%'><strong><center><font color='#000000' size='h2'><div align='right'>E-mail:</font></center></strong></td> <td width='70%'><b><center><font color='#000000' size='h2'>$email_p</font></center></b></td> </tr> <tr width='100%' bgcolor='#D7EBFF'> <td width='30%'><strong><center><font color='#000000' size='h2'><div align='right'>ผู้เข้าพักโดยประมาณ:</font></center></strong></td> <td width='70%'><b><center><font color='#FFFFFF' size='h2'>$num_p</font></center></b></td> </tr> <tr width='100%' bgcolor='#D7EBFF'> <td width='30%'><strong><center><font color='#000000' size='h2'><div align='right'>ประเภทห้องพักที่จอง:</font></center></strong></td> <td width='70%'><b><center><font color='#FFFFFF' size='h2'>รายชื่อ</font></center></b></td> </tr> <tr width='100%' bgcolor='#D7EBFF'> <td width='30%'><strong><center><font color='#000000' size='h2'><div align='right'>จำนวนวันที่เข้าพัก:</font></center></strong></td> <td width='70%'><b><center><font color='#FFFFFF' size='h2'>รายชื่อ</font></center></b></td> </tr> <tr width='100%' bgcolor='#D7EBFF'> <td width='10%'><strong><center><font color='#000000' size='h2'><div align='right'>ข้อความ:</font></center></strong></td> <td width='60%'><b><center><font color='#FFFFFF' size='h2'>รายชื่อ</font></center></b></td> </tr> </table>"; ?> </body> </html>
$result=mysql_db_query($dbname,$sql) or die(mysql_error());
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง