for( $i=0 ; $i<3; $i++) { for($j=1;$j<=3;$j++) { echo $j." "; } echo "<br />"; }
<!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>Untitled Document</title> </head> <body> <? echo "<table border=0 cellpadding=1 cellspacing=1>"; $rows = 0; while($_ = mysql_fetch_array($_)){ //wile loop here $rows++; echo "<td>"; ?> <!----------- ใส่ตารางของคุณลงตรงนี้ -------------------------> <table width="100" border="0" cellspacing="0" cellpadding="0"> <tr> <th scope="col"> </th> </tr> </table> <!------------------ end ------------------------------> <? echo "</td>"; if(($rows)%3==0){ echo "</tr>"; }else{ echo "</td>"; } } ?> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง