<html> <head> </head> <body> <?php include ("bar.php"); include ("config.php"); ?> <form action="update_save.php?CusID=<?php echo $_GET["CusID"]?>" name="frmEdit" method="post"> <?php $strSQL = "SELECT * FROM School WHERE Code = '".$_GET["CusID"]."' "; $strSQL2 = "SELECT Amphur FROM School "; $objRec = $strConn->Execute($strSQL); $objRec2 = $strConn->Execute($strSQL2); if($objRec->EOF) { echo("Not found Code=".$_GET["CusID"]); } else { ?> <table width="600" border="1"> <tr> <th width="180"> <div align="center">Code </div></th> <th width="100%"> <div align="center">SchoolName </div></th> <th width="198"> <div align="center">Amphur </div></th> <th width="200"> <div align="center">Zone </div></th> <th width="70"> <div align="center">CourseStatus </div></th> <th width="70"> <div align="center">RegStatus </div></th> <th width="198"> <div align="center">Amphur </div></th> </tr> <tr> <td><div align="center"> <input type="text" name="txtCode" size="5" value="<?php echo $objRec->Fields["Code"]->Value;?>"> </div></td> <td><input type="text" name="txtSchoolName" size="20" value="<?php echo $objRec->Fields["SchoolName"]->Value;?>"></td> <td></td> <td><div align="center"> <input type="text" name="txtZone" size="2" value="<?php echo $objRec->Fields["Zone"]->Value;?>"> </div></td> <td align="right"><input type="text" name="txtCourseStatus" size="5" value="<?php echo $objRec->Fields["CourseStatus"]->Value;?>"></td> <td align="right"><input type="text" name="txtRegStatus" size="5" value="<?php echo $objRec->Fields["RegStatus"]->Value;?>"></td> <td><select name="province2" class="" onChange="province2Select(this.value)"> <option value=""></option> <?php While (!$objRec2->EOF) { ?> <option value="เลือกAmphur" size="50" > <?php echo $objRec2->Fields["Amphur"]->Value;?> </option> <?php $objRec2->MoveNext();$objRec->MoveNext(); } ?> </select> </td> </tr> </table> <input type="submit" name="submit" value="submit"> <?php } $objRec->Close(); $objRec2->Close(); $strConn->Close(); $strConn2->Close(); $strConn = null; $strConn2 = null; ?> </form> </body> </html>
<html> <head> </head> <body> <?php include ("bar.php"); include ("config.php"); ?> <form action="update_save.php?CusID=<?php echo $_GET["CusID"]?>" name="frmEdit" method="post"> <?php $strSQL = "SELECT * FROM School WHERE Code = '".$_GET["CusID"]."' "; $strSQL2 = "SELECT Amphur FROM School "; $objRec = $strConn->Execute($strSQL); $objRec2 = $strConn->Execute($strSQL2); if($objRec->EOF) { echo("Not found Code=".$_GET["CusID"]); } else { ?> <table width="600" border="1"> <tr> <th width="180"> <div align="center">Code </div></th> <th width="100%"> <div align="center">SchoolName </div></th> <th width="198"> <div align="center">Amphur </div></th> <th width="200"> <div align="center">Zone </div></th> <th width="70"> <div align="center">CourseStatus </div></th> <th width="70"> <div align="center">RegStatus </div></th> <th width="198"> <div align="center">Amphur </div></th> </tr> <tr> <td><div align="center"> <input type="text" name="txtCode" size="5" value="<?php echo $objRec->Fields["Code"]->Value;?>"> </div></td> <td><input type="text" name="txtSchoolName" size="20" value="<?php echo $objRec->Fields["SchoolName"]->Value;?>"></td> <td></td> <td><div align="center"> <input type="text" name="txtZone" size="2" value="<?php echo $objRec->Fields["Zone"]->Value;?>"> </div></td> <td align="right"><input type="text" name="txtCourseStatus" size="5" value="<?php echo $objRec->Fields["CourseStatus"]->Value;?>"></td> <td align="right"><input type="text" name="txtRegStatus" size="5" value="<?php echo $objRec->Fields["RegStatus"]->Value;?>"></td> <td><select name="province2" class="" onChange="province2Select(this.value)"> <option value=""></option> <?php While (!$objRec2->EOF) { ?> <option value="เลือกAmphur" > <?php echo $objRec2->Fields["Amphur"]->Value;?> </option> <?php $objRec2->MoveNext();$objRec->MoveNext(); } ?> </select> </td> </tr> </table> <input type="submit" name="submit" value="submit"> <?php } $objRec->Close(); $objRec2->Close(); $strConn->Close(); $strConn2->Close(); $strConn = null; $strConn2 = null; ?> </form> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง