<?php $amount=$_POST[‘amount’]; //รับจำนวนที่ผู้ใช้ป้อน ตอนเพิ่มข้อมูล $est_id = $_GET['est_id']; $sql_count="Select count(*) From tile"; $rs =mysql_query($sql_count) or die(mysql_error()); $amount=mysql_result($rs,0,0); // $amount เก็บแถวในฐานข้อมูลที่นับได้ $sql="SELECT * from tile where est_id='".$est_id.""; $query=mysql_query($sql) or die(mysql_error()); while($result = mysql_fetch_array($query)) { $tle_name = $result [5]; //ต้องการตัวแปร $tle_name ไปใช้ในลูป for ในแต่ละรอบค่ะ } } ?> <form id="frmTile" name="frmTile" action="process_tile.php" method="post"> <input type="hidden" id="amount" name = "amount" value="<?=$amount;?>" > <? for($i=1; $i <= $amount; $i++){ //ลูปสร้าง element ทั้งตอนเพิ่มข้อมูลและแก้ไข ?> <input type="text" id="locate[<?=$i;?>]" name = "locate[<?=$i;?>]" value="<?=$tle_name;?>"> > <? } ?> </form>
while($result = mysql_fetch_<span id="frf09_5" class="frf09">array</span>($query)) 020.{ 021.$tle_id = $result [0]; 022.$tle_wh = $result [2]; 023.$tle_lg = $result [3]; 024.$tle_lose = $result [4]; 025.$tle_name = $result [5]; //ต้องการตัวแปร $tle_name ไปใช้ในลูป for ในแต่ละรอบค่ะ 026.} 027.} 028.?> 029.<form id="frmTile" name="frmTile" action="process_tile.php" method="post"> 030.<input type="hidden" id="amount" name = "amount" value="<?=$amount;?>" > 031.<? /// $tle_name = $i; /// เพิ่มตัวนี้ครับ 032.for($i=1; $i <= $amount; $i++){ //ลูปสร้าง element ทั้งตอนเพิ่มข้อมูลและแก้ไข 033.?>
$tle_name = $result [5]; // ตัวแปรนี้มีค่าหรือป่าวครับ
$tle_name = $result [5]; // ลอง echo ตัวแปรดูครับ ว่ามี ค่า ออกมาหรือป่าว
$sql="SELECT * from tile where est_id='".$est_id."' order by tle_id "; $query=mysql_query($sql) or die(mysql_error()); while($result = mysql_fetch_array($query)) { $tle_id = $result [0]; $tle_wh = $result [2]; $tle_lg = $result [3]; $tle_lose = $result [4]; echo $tle_name = $result [5]; // ลอง echo แล้วมีค่าค่ะ }
$sql="SELECT * from tile where est_id='".$est_id."' order by tle_id "; $query=mysql_query($sql) or die(mysql_error()); +++++โค๊ดที่เพิ่มมาค่ะ+++++ $tle_id = array(); $tle_wh = array(); $tle_lg = array(); $tle_lose = array(); $tle_name = array(); while($result = mysql_fetch_array($query)) { //ในลูป while เพิ่ม [] ค่ะ $tle_id[] = $result [0]; $tle_wh[] = $result [2]; $tle_lg[] = $result [3]; $tle_lose[] = $result [4]; $tle_name[] = $result [5]; } for($i=1; $i <= $amount; $i++){ //ลูปสร้าง element ทั้งตอนเพิ่มข้อมูลและแก้ไข ตำแหน่ง:<input type="text" id="locate[<?=$i;?>]" name = "locate[<?=$i;?>]" value="<?=$tle_name[0]++;?>"> }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง