<? $sql="select * from products where ProductID='".$Product1."' "; $re=mysql_query($sql) or die(error()); $row = mysql_fetch_array($re); $CategoryID=$row{"CategoryID"}; ?> <tr> <td valign="top" bgcolor="#00CCFF"> <div align="right">ชื่อประเภทสินค้า</div></td> <td> <select name="CategoryID" > <? $sql="select * from categories"; $re=mysql_query($sql); while($rowcat=mysql_fetch_array($re)){ $CatID=$rowcat["CategoryID"]; ?> <option value="<? echo $CatID?>"<? if($CategoryID==$CatID){echo " seletced ";}?>><? echo $rowcat["CategoryName"] ?></option> <? } ?> </select> </td> </tr>
<select name="selectRegistBusineesType" onchange="showOthers();" id="selectRegistBusineesType"> <option value="">เลือกประเภทธุรกิจ</option> <? // Query Data from master_paymethod for show Dropdownlist PaymethodID and PayMethodName include("Connect.php"); $strSelectSQL = "select * from master_businesstype order by BusinessTypeID"; $result=mysql_query($strSelectSQL,$con)or die("Cannot Select"); $Num_Rows=mysql_num_rows($result); while($row=mysql_fetch_array($result)) { ?> <option value="<? echo $row["BusinessTypeID"]; ?>"> <? echo $row["BusinessTypeName"]; ?> </option> <? } mysql_close($con); ?> <option value="-1"> อื่นๆ</option> </select>
<a href=editForm.php?id=<? echo $id; ?>>EditForm</a> // ตรงนี้จะส่ง id ของ form ที่จะดึงขึ้นมา
// รับ ค่า แบบ get จาก ที่ เรา กด ลิ้ง มา $id = $_GET['id']; include("conn.php"); echo'<select>'; echo'<option value="">เลือก</option>'; // ตรงนี้มันจะไปเลือกข้อมูลมาจาก DB ตรงตามที่ id ที่เราส่งมาก่อนหน้า $strSQL = "select * from table where id = '$id' "; $objQuery = mysql_query($strSQL); while($result = mysql_fetch_array($objQuery)){ // ตรงนี้จะแสดงข้อมูลเก่าที่ดึงขึ้นมาเพื่อรอการแก้ไขครับ ตามฟิลด์ที่เราต้องการ echo'<option value='.$result['fieldname'].'>'.$result['fieldname'].'</option>'; } echo'</select>';
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง