<div align="center"><table width="90%" border="1" cellspacing="0"> <tr> <td width="3%"><div align="center">No.</div></td> <td width="5%"><div align="center">Account code</div></td> <td width="30%"><div align="center">Order & Detail</div></td> <td width="5%"><div align="center">Unit price</div></td> <td width="5%"><div align="center">QTY Unit</div></td> <td width="5%"><div align="center">Price</div></td> </tr> <?php $i=0; while($i<$num3 && $data3 = $result3->fetch_assoc()) {$i++; //แต่ละ input ฝัง echo $i; เพื่อที่จะได้เจาะจง row ในแต่ละการใช้งาน ?> <tr class="noBorder"> <td width="3%"><center><input type="hidden" name="txtNo[]" value="<?php echo $i;?>"> <?php echo $i; ?></center></td> <td width="5%"><center><input type="text" name="txtACC[]" id="txtACC[<?php echo $i;?>]" size='25' /> </center></td> <td width="30%"><center><input type="hidden" name="txtDetail[]" id="txtDetail[<?php echo $i;?>]" value ="<?php echo $data3["orders"];?>"/><?php echo $data3["orders"];?></center></td> <td width="5%"><center><input type="text" name="txtUnit[]" id="txtUnit[<?php echo $i;?>]" size='6' onChange="fncUnitAlert(<?php echo $i;?>)" /></center></td> <td width="5%"><center><input type="hidden" name="txtQTY[]" id="txtQTY[<?php echo $i;?>]" value ="<?php echo $data3["amount"];?>"/><?php echo $data3["amount"];?></center></td> <td width="5%"><center><div id=txtPrice<?php echo $i; ?> ></div> <input type="hidden" name="txtPrice[]" id="txtPrice[<?php echo $i;?>]" value=""/> </center></td> </tr> <tr class="noBorder"> <td width="3%"></td> <td width="5%"></td> <td width="30%"><center><input type="text" name="txtSubdet[]" id="txtSubdet[<?php echo $i;?>]" size='80'/></center></td> <td width="5%"></td> <td width="5%"></td> <td width="5%"></td> </tr> <?php } ?>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง