<? include "config.php"; $count=0; $sql="select * from customer "; $result=odbc_exec($con,$sql); $num=odbc_num_rows($result); if($num>=1){ while($rs=odbc_fetch_array($result)){ $count++; echo "<tr align=\"center\"> <td><input type=\"checkbox\" name=\"Customerid[]\" id=\"Customerid\" value=\"$rs[Customerid]\"> $count</td> <td >$rs[name]</td> <td>$rs[email]</td> <td>$rs[countrycode]</td> <td>$rs[budget] บาท</td> <td>$rs[used] บาท</td> <td><a href=edit.php?id_edit=$rs[Customerid]>แก้ไข</a></td> </tr>"; } }else{ echo "<td colspan=7><center><h2>nodata</center></h2></td>"; } odbc_close($con); ?>
$num=odbc_num_rows($result); echo 'All rows => '.$num;
$Num_Rows = 0; while(odbc_fetch_row($objExec))$Num_Rows++; // Count Record
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง