<? session_start(); include('config.php'); ?> <!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=windows-874" /> <title>Untitled Document</title> </head> <body> <? $yearSQL = "select * from year where id='".$cat."' order by id"; $yearQRY = mysql_db_query($dbname, $yearSQL); $a=0; while($yearRS = mysql_fetch_object($yearQRY)){ $year_name = $yearRS -> year_name; $id = $yearRS -> id; $a++; ?> <table width="77%" border="1" align="center" cellpadding="3" cellspacing="0" bordercolor="#CCCCCC"> <tr bgcolor="#FFFFFF" onMouseOver="this.bgColor = '#FFE1FF'" onMouseOut="this.bgColor = '#FFFFFF'"> <td width="50%" bgcolor="#FF9900"><div align="center">ระดับ</div></td> <td width="50%" bgcolor="#FF9900"><div align="center">จำนวนนักศึกษา</div></td> </tr> <? $degreeSQL = "select * from degree where year_y='".$id."' order by id"; $degreeQRY = mysql_db_query($dbname, $degreeSQL); $t=0; while($degreeRS = mysql_fetch_object($degreeQRY)){ $id = $degreeRS -> id; $degree_name = $degreeRS -> degree_name; $year_y = $degreeRS -> year_y; $total = $degreeRS -> total; $t++; ?> <tr bgcolor="#FFFFFF" onMouseOver="this.bgColor = '#FFE1FF'" onMouseOut="this.bgColor = '#FFFFFF'"> <td ><div align="left"><font color="#990000"> <? echo $degree_name; ?></font></div></td> <td><div align="center"><font color="#990000"><? echo $total; ?></font></div></td> </tr> <? } ?> </table> <div align="center">เพิ่มข้อมูลใหม่<br> </div> <form id="form1" name="form1" method="post" action="save_year.php"> <table width="622" border="1" align="center" cellpadding="3" cellspacing="0" bordercolor="#CCCCCC"> <tr> <td width="395" bgcolor="#FF9900"><div align="center">กำหนดระดับชั้น</div></td> <td width="209" bgcolor="#FF9900"><div align="center">จำนวนนักศึกษา</div></td> </tr> <tr> <td><label> <div align="center"> <input type="text" name="degree_name" id="degree_name" /> <select name="selectcat" class="textinput" id="selectcat" style="width:35%" onChange="document.getElementById('degree_name').value=this.value"> <option value="">เลือกระดับการศึกษา</option> <? $SQL = "select distinct degree_name from degree order by id"; $QRY = mysql_db_query($dbname, $SQL); while($RS = mysql_fetch_object($QRY)){ $degree_name = $RS -> degree_name; echo "<option value=\"".$degree_name."\">".$degree_name." </option>"; } ?> </select> </label> </div></td> <td><label> <div align="center"> <input name="id1" type="hidden" id="id1" value="<?=$cat; ?>"> <input name="year_y" type="hidden" id="year_y" value="<?=$year_y; ?>"> <input type="text" name="total" id="total" /> </label> <label> <input type="submit" name="button" id="button" value="บันทึก" /> </label> </div></td> </tr> <? } ?> </table> </form> </body> </html>
<? session_start(); include('config.php'); ?> <meta http-equiv="Content-Type" content="text/html; charset=windows-874" /> <? if($id<1){ $yearSQL = "insert into degree set degree_name='$degree_name', year_y='$year_y', total='$total'"; mysql_db_query($dbname, $yearSQL); $id = mysql_insert_id(); } echo "<script>alert('ระบบบันทึกข้อมูลเรียบร้อยแล้ว'); window.parent.location='show_year.php?cat=".$id1."';</script>"; ?>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง