$sql = "SELECT CustomerID FROM `$tbl_name1`"; $Query = mysql_query($sql); $Result = mysql_fetch_array($Query); $res =$Result["CustomerID"]; $form_Add_New_Channel ='<form name="" action="addnewchannel.php" method="post"> <h2 align="center">Add New Channel</h2> <hr width="60%" /> <table width="350" border="0" align="center"> <tr> <td>CustomerID</td> <td><select name="cust_id"> <option value="">-- CustomerID --</option>' .$sql.$Query .'while' .'('.$Result.')' .'{' .'<option value="' .$res .'">' .$res .'</option>' .'}' .'</select></td> </tr>' . . . . .
<html> <head> <title>ThaiCreate.Com Tutorial</title> </head> <? mysql_connect("localhost","root","root") or die(mysql_error()); mysql_select_db("mydatabase"); ?> <body> <form action="phpLlistmenuDatebase2.php" method="post" name="form1"> List Menu<br> <select name="lmName1"> <option value=""><-- Please Select Item --></option> <? $strSQL = "SELECT * FROM customer ORDER BY CustomerID ASC"; $objQuery = mysql_query($strSQL); while($objResuut = mysql_fetch_array($objQuery)) { ?> <option value="<?=$objResuut["CustomerID"];?>"><?=$objResuut["CustomerID"]." - ".$objResuut["Name"];?></option> <? } ?> </select> <input name="btnSubmit" type="submit" value="Submit"> </form> </body> </html> <? mysql_close(); ?>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง