<? include"connect.php"; $tblname="user"; $sql="select* from $tblname"; $dbquery=mysql_db_query($dbname,$sql); ?> <script language="javascript"> function fncSubmit() { if(document.form1.user.value =="") { alert('กรุณาระบุ Username'); document.form1.user.focus(); return false; } if(document.form1.pass.value =="") { alert('กรุณาระบุ Password'); document.form1.pass.focus(); return false; } if(document.form1.type.value=="") { alert('กรุณาระบุประเภทผู้ใช้งาน'); document.form1.type.focus(); return false; } document.form1.submit(); } </script> <p> </p> <form id="form1" name="form1" method="post" action="check_add_user.php" onsubmit="javascript:return fncSubmit();"> <table width="594" border="0" align="center"> <tr> <td width="775" height="175" align="center" bgcolor="#FFFFFF"><p> <label for="user"></label> </p> <table width="525" height="20" border="0"> <tr> <td width="135" height="20" align="center">Username</td> <td width="135" align="center">Password</td> <td width="135" align="center">ประเภทผู้ใช้งาน</td> <td width="102"> </td> </tr> <tr> <td height="20" align="center" bgcolor="#FFFFFF"><input name="user" type="text" id="user" size="15" /></td> <td align="center" bgcolor="#FFFFFF"><input name="pass" type="text" id="pass" size="15" /></td> <td align="center" bgcolor="#FFFFFF"><select name="type" id="type"> <option>-------------------</option> <option value="ผู้ใช้งานทั่วไป">ผู้ใช้งานทั่วไป</option> <option value="หัวหน้าแผนก">หัวหน้าแผนก</option> <option value="ผู้ดูแลระบบ">ผู้ดูแลระบบ</option> </select></td> <td align="left"><input type="submit" name="submit" id="submit" value="เพิ่ม" /> <input type="reset" name="Reset" id="button" value="รีเซ็ต" /></td> </tr> </table> <table width="527" border="1"> <tr> <td width="38" align="center">ลำดับ</td> <td width="120" align="center">ชื่อผู้ใช้งาน</td> <td width="120" align="center">รหัสผ่าน</td> <td width="125" align="center">ประเภทผู้ใช้</td> <td width="42" align="center">แก้ไข</td> <td width="42" align="center">ลบ</td> </tr> <tr> <? while($result=mysql_fetch_array($dbquery)){ ?> <td height="26" align="center"><?= $result[no]; ?></td> <td align="center"><label for="user"><?= $result[user]; ?></label></td> <td align="center"><label for="pass"></label><?= $result[pass]; ?></td> <td align="center"><label for="type"></label><?= $result[type]; ?></td> <td align="center"><a href="user_edit.php" target="mainFrame" >แก้ไข</a></td> <td align="center"><? echo" <a href=\"del_user.php?del_no=$result[no]\">"; ?>ลบ</td> </tr> <? } ?> </table></td> </tr> </table> </form>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง