<?php $dbname="mydatabase"; $sql="SELECT * FROM `points`WHERE `user` LIKE '".$strUser."'"; $sqlquery=mysql_db_query($dbname,$sql); echo"<table>"; echo"<tr bgcolor=0066FF>"; echo"<td align=center>วันที่และเวลา</td>"; echo"<td align=center>รายการ</td>"; echo"<td align=center>Points</td>"; echo"<td align=center>Points คงเหลือ</td>"; echo"<td align=center>โอนเข้าระบบ</td>"; echo"</tr>"; while($array=mysql_fetch_array($sqlquery)) { $id=$array['id']; echo"<tr bgcolor=00CCFF>"; echo"<td>".$array['date']."</td>"; echo"<td>".$array['post']."</td>"; echo"<td>".$array['give']."</td>"; echo"<td>".$array['points']."</td>"; echo"<td>".$array['in']."</td>"; echo"</tr>"; } echo"</table>"; ?>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง