<!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>::Network Care Management Systems::</title> <style type="text/css"> a:link { text-decoration: none; } a:visited { text-decoration: none; } a:hover { text-decoration: none; } a:active { text-decoration: none; } .Head { text-align: center; font-size: 36px; color: #FC0; font-weight: bold; font-style: italic; } .Menuadmin { text-align: center; font-weight: bold; color: #333; } headtable { font-size: 24px; } headtable { font-size: 24px; } #form1 table tr .Head_Table2 { font-weight: bold; font-size: 36px; color: #333; } red char { color: #F00; } red char { color: #F00; } .red { color: #F00; font-weight: bold; } #form1 table { font-weight: bold; } </style> </head> <body> <table width="937" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="937"> </td> </tr> <tr> <td><table width="937" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="267" height="70"><img src="img/home_logo1.gif" width="267" height="70" /></td> <td> </td> </tr> </table></td> </tr> <tr> <td><table width="937" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="267" height="74"><img src="img/home_logo2.gif" width="267" height="74" /></td> <td height="74" bgcolor="#26C1FB" class="Head">Admin Management system</td> </tr> </table></td> </tr> <tr> <td height="502"><form id="form1" name="form1" method="post" action="admin_service_save.php"> <table width="500" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td colspan="2" align="center" bgcolor="#3366CC" class="Head_Table2">Service</td> </tr> <tr> <td width="106" bgcolor="#3366CC">ServiceName</td> <td width="831" bgcolor="#3366CC"><label for="nametxt"></label> <input type="text" name="nametxt" id="nametxt" /></td> </tr> <tr> <td bgcolor="#3366CC">ServicePrice</td> <td bgcolor="#3366CC"><input type="text" name="pricetxt" id="pricetxt" /></td> </tr> <tr> <td bgcolor="#3366CC"> SeviceType </td> <td bgcolor="#3366CC"><label for="SeviceType_ID"></label> <? //ใช้ Listbox ดึงข้อมูลออกจาก SQL $host="127.0.0.1"; $root="root"; $rootpw="1234"; $dbname="networkcare"; mysql_connect($host,$root,$rootpw) or die("Not connect Host"); mysql_query("SET character_set_results=tis620"); mysql_query("SET character_set_client=tis620"); mysql_query("SET character_set_connection=tis620"); mysql_select_db($dbname) or die("No connect Database"); ///******************///// /// เลือกข้อมูล//// $sql=" select SeviceType_Name FROM service_type"; $result = mysql_query($sql); $data = mysql_fetch_array($result) ?> <label for="TypeName"></label> <select name="TypeName" id="TypeName"> <option value="<?=$data["SeviceType_Name"] ?>"><? echo $data["SeviceType_Name"]?></option> </select> <label for="select"></label></td> </tr> <tr> <td bgcolor="#3366CC"> </td> <td bgcolor="#3366CC"> </td> </tr> <tr> <td bgcolor="#3366CC"> </td> <td bgcolor="#3366CC"><input type="submit" name="button" id="button" value="Submit" /> <input type="reset" name="button2" id="button2" value="Reset" /></td> </tr> </table> </form> </td> </tr> <tr> <td><table width="937" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="937" height="70"><img src="img/home_linebottonpage.gif" width="937" height="70" /></td> </tr> </table></td> </tr> <tr> <td> </td> </tr> </table> </body> </html>
<select name="TypeName" id="TypeName"> <? $sql=" select SeviceType_Name FROM service_type"; $result = mysql_query($sql); while($data = mysql_fetch_array($result)) { echo " <option value=".$data["SeviceType_Name"].">".$data["SeviceType_Name"]."</option>"; } ?> </select>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง