<? include "connect.php"; ?> <!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> <title>TestWeb</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> </head> <body> <? $sql="select * from report_table"; $result= mysql_db_query($db,$sql) or die(mysql_error()); ?> <table border="1"> <caption>ตารางแสดงข้อมูลเงินเก็บสะสมส่วนตัวประจำปี 2555</caption> <thead> <tr> <th>title</th> <th>detail</th> <th>name</th> <th>lname</th> <th>memo</th> </tr> </thead> <tfoot> <tr> <td>Sum</td> <td>$180</td> <td>Sum</td> <td>$180</td> <td>$180</td> </tr> </tfoot> <? while($row=mysql_fetch_array($result)){?> <tbody> <tr> <td><?=$row['title']?></td> <td><?=$row['detail']?></td> <td><?=$row['name']?></td> <td><?=$row['lname']?></td> <td><?=$row['memo']?></td> </tr> </tbody> <? }?> </table> <input type="button" value="Print" onclick="print();"/> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง