<?php $checkError = ini_get('error_reporting'); error_reporting($checkError ^ E_NOTICE); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> </head> <body> <form id="form1" name="form1" method="post" action=""> <table width="1306" border="1"> <tr> <td width="211"><select name="users" id="users" onChange="window.location='?item1='+this.value;"> <option value="">เลือกวัตถุดิบ</option> <?php include 'connectDB.php'; $strSQL = "SELECT * FROM raw_material"; $objQuery = mysql_query($strSQL) or die("Error Query [" . $strSQL . "]"); while ($objResult = mysql_fetch_array($objQuery)) { if($_GET["item1"] == $objResult["rm_id"]) { $sel = "selected"; } else { $sel = ""; } ?> <option value="<?php echo $objResult["rm_id"] ?>" <?php echo $sel;?>><?php echo $objResult["rm_name"] ?></option> <?php } ?> </select></td> <td width="25"><label for="textfield"></label> <input type="text" size="3" name="textfield" id="textfield" /></td> <td width="913"> <?php if($_GET["item1"] != "") { $strSQL = "SELECT * FROM have where rm_id = '".$_GET["item1"]."' "; mysql_query("SET NAMES UTF8"); $objQuery = mysql_query($strSQL); $i = 0; while($objResult2 = mysql_fetch_array($objQuery)){ $i++; ?> <table border='0' cellpadding='0' cellspacing='0' width='50' align='left' style='float:left;'> <tr> <td style='width: 255px' valign='center'><input type='text' size='3' name='nutrients1_<?php echo $i; ?>' value='<?php echo $objResult2['nutrients'] ?>' readonly /></td> </tr> </table> <?php } } ?> </td> <td width="33"> </td> </tr> <tr> <td><select name="users2" id="users2" onchange="window.location='?item2='+this.value;"> <option value="">เลือกวัตถุดิบ</option> <?php include 'connectDB.php'; $strSQL = "SELECT * FROM raw_material"; $objQuery = mysql_query($strSQL) or die("Error Query [" . $strSQL . "]"); while ($objResult = mysql_fetch_array($objQuery)) { if($_GET["item2"] == $objResult["rm_id"]) { $sel = "selected"; } else { $sel = ""; } ?> <option value="<?php echo $objResult["rm_id"] ?>" <?php echo $sel;?>><?php echo $objResult["rm_name"] ?></option> <?php } ?> </select></td> <td><input type="text" size="3" name="textfield2" id="textfield2" /></td> <td><?php if($_GET["item2"] != "") { $strSQL = "SELECT * FROM have where rm_id = '".$_GET["item2"]."' "; mysql_query("SET NAMES UTF8"); $objQuery = mysql_query($strSQL); $a = 0; while($objResult2 = mysql_fetch_array($objQuery)){ $a++; ?> <table border='0' cellpadding='0' cellspacing='0' width='50' align='left' style='float:left;'> <tr> <td style='width: 255px' valign='center'><input type='text' size='3' name='nutrients2_<?php echo $a; ?>2' value='<?php echo $objResult2['nutrients'] ?>' readonly="readonly" /></td> </tr> </table> <?php } } ?></td> <td> </td> </tr> </table> <input type="submit" name="button" id="button" value="Submit" /> </form> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง