<?php session_start(); $ses_adminID =$_SESSION["ses_adminID"]; if($ses_adminID ==""){ ?> <script language="javascript">alert("กรุณาเข้าสู่ระบบ");</script> <script language="JavaScript"> document.location.href="login_admin.php"; </script> <?php } else ?> <meta http-equiv="Content-Type" content="text/html; charset=tis-620" /> <link href="../css/style.css" rel="stylesheet" type="text/css" /> <style type="text/css"> <!-- .style3 {font-size: 12px} --> </style> <?php include("header.php"); ?> <?php include("menu.php"); ?> <?php include ("config.php");?> <!--star content--> <body> <td width="75" valign="top"><div align="center"> <table width="800" border="0"> <tr> <td><div align="center"> <form id="form1" name="form1" method="post" action="inser_service.php"> <table width="645" border="0"> <tr bgcolor="#FFCC33"> <td colspan="2"><div align="center"><strong>เพิ่มการบริการ</strong></div></td> </tr> <tr> <td width="313" bgcolor="#FFFF99"><div align="right">รหัสผู้ใช้บริการ : </div></td> <td width="322" bgcolor="#FFFF99"><label> <input name="serviceID" type="hidden" id="serviceID" value="<?php echo $serviceID; ?>" size="5" maxlength="2" readonly /> <strong> <select name="personID" id="personID"> <?php $sql="SELECT * FROM person"; $result = mysql_query($sql,$conn) or die("ไม่สามารถดึงข้อมูลจากตาราง person ได้".mysql_error()); while($data=mysql_fetch_array($result)) { ?> <option value="<?php echo $personID; ?>"></option> <?php } ?> </select> </strong></label></td> </tr> <tr> <td bgcolor="#FFFF99"><div align="right">วันที่มาใช้บริการ : </div></td> <td bgcolor="#FFFF99"><input type="text" name="dateService" id="dateService" value="<?php include( 'thaidate.php' ); echo thaidate( 'j/F/Y '); ?>" readonly/></td> </tr> <tr> <td bgcolor="#FFFF99"><div align="right">อาการ : </div></td> <td bgcolor="#FFFF99"><input name="symptom" type="text" id="symptom" size="20" maxlength="30" /></td> </tr> <tr> <td bgcolor="#FFFF99"><div align="right">ความดัน : </div></td> <td bgcolor="#FFFF99"><input name="pressure" type="text" id="pressure" size="15" maxlength="10" /></td> </tr> <tr> <td bgcolor="#FFFF99"><div align="right">อุณหภูมิ : </div></td> <td bgcolor="#FFFF99"><input name="temperature" type="text" id="temperature" size="15" maxlength="6" /> <span class="style3">*องศาเซลเชียส</span></td> </tr> <tr> <td bgcolor="#FFFF99"><div align="right">น้ำหนัก : </div></td> <td bgcolor="#FFFF99"><input name="weight" type="text" id="weight" size="15" maxlength="6" /></td> </tr> <tr> <td bgcolor="#FFFF99"><div align="right">ส่วนสูง : </div></td> <td bgcolor="#FFFF99"><input name="height" type="text" id="height" size="15" maxlength="6" /></td> </tr> <tr> <td bgcolor="#FFFF99"></td> <td bgcolor="#FFFF99"><input type="submit" name="save" id="save" value="บันทึก" /> <input type="reset" name="cancel" id="cancel" onclick="history.go(-1) "value="ยกเลิก" /></td> </tr> </table> </form> </div></td> </tr> </table> </div> </table> <?php include("footer.php"); ?>
<option value="<?=$data["ID"]; ?>"><?=$data["ID"]; ?></option>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง