Viewing file: AddFur.php (4.33 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
include("../include/FunctionDB.php"); include("admin_menu.php"); include("../include/Function.php"); ConnectDB(); $sql ="Select * From student_tb Where Student_id='$Student_id' "; $result = mysql_query($sql) or die("Error".mysql_error()); $rs = mysql_fetch_array($result); ?>
<meta http-equiv="Content-Type" content="text/html; charset=TIS-620">
<table width="841" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="841" ><br> <fieldset> <legend><font size="2" color="<?php echo $GLOBALS["COLOR_FONT_3"]; ?>"><a href="Edu_Menu.php">หน้าหลัก</a> <img src="../picture/ico3.gif" width="10" height="10" border="0" align="absmiddle" /><a href="menu_std.php?Student_id=<? echo $rs[Student_id]?>">ข้อมูลนักศึกษา</a> <img src="../picture/ico3.gif" width="10" height="10" border="0" align="absmiddle" /><a href="AddFur.php?Student_id=<? echo $rs[Student_id]?>">เพิ่มข้อมูลวันลานักศึกษา</a></font></legend> <label> <form id="form1" name="form1" method="post" action="InsertFurlough.php"> <table width="63%" border="0" align="center" cellpadding="0" cellspacing="1" bordercolor="#99CCFF"> <tr bgcolor="#E2DAF1"> <td height="25" colspan="3"><div align="center"><font face="Tahoma, MS Sans Serif"><strong><font color="#000000" size="4">เพิ่ม</font><font size="4">ข้อมูลการลา</font></strong></font></div></td> </tr> <tr> <td bgcolor="#EEEEEE"><div align="center"><font size="2" face="Tahoma, MS Sans Serif">รหัสนักศึกษา</font></div></td> <td bgcolor="#EEEEEE"> </td> <td bgcolor="#EEEEEE"><font size="2" face="Tahoma, MS Sans Serif"><strong><? echo $rs[Student_id]?></strong></font></td> </tr> <tr> <td width="27%" bgcolor="#EEEEEE"><div align="center"><font size="2" face="Tahoma, MS Sans Serif">ชื่อ-นามสกุล</font></div></td> <td width="3%" bgcolor="#EEEEEE"> </td> <td width="70%" bgcolor="#EEEEEE"><font size="2" face="Tahoma, MS Sans Serif"><strong><? echo $rs[First_name]?> <? echo $rs[Name]?> <? echo $rs[Lastname]?></strong></font></td> </tr> <tr> <td bgcolor="#EEEEEE"><div align="center"><font size="2" face="Tahoma, MS Sans Serif">วันที่บันทึก</font></div></td> <td bgcolor="#EEEEEE"><div align="center"><font color="#FF0000" size="4" face="Tahoma, MS Sans Serif"><strong>*</strong></font></div></td> <td bgcolor="#EEEEEE"><font color="#000000" size="2" face="Tahoma, MS Sans Serif">วันที่ <select name="mDate" id="select" class="select" > <option value=""></option> <? getDay1to31();?> </select> เดือน <select name="mMonth" id="select2" class="select" > <option></option> <? getThaiMonth();?> </select> ปี พ.ศ. <input name="mYear" type="text" class="input1" id="mYear2" value="<? echo $mYear ?>" size="5" maxlength="5"> </font></td> </tr> <tr bordercolor="#CCCCCC"> <td nowrap="nowrap" bordercolor="#CCCCCC" bgcolor="#EEEEEE"><div align="center"><font color="#000000" size="2" face="Tahoma, MS Sans Serif">สาเหตุการลา</font></div></td> <td bordercolor="#CCCCCC" bgcolor="#EEEEEE"> </td> <td nowrap="nowrap" bordercolor="#CCCCCC" bgcolor="#EEEEEE"><font size="2" face="Tahoma, MS Sans Serif"> <textarea name="Case_ab" cols="40" rows="5" id="textarea"></textarea> </font></td> </tr> <tr bordercolor="#CCCCCC"> <td nowrap="nowrap" bordercolor="#CCCCCC" bgcolor="#EEEEEE"><div align="center"><font size="2" face="Tahoma">จำนวนวันลา</font></div></td> <td bordercolor="#CCCCCC" bgcolor="#EEEEEE"> </td> <td nowrap="nowrap" bordercolor="#CCCCCC" bgcolor="#EEEEEE"><font color="#000000" size="2" face="Tahoma, MS Sans Serif"> <input name="Unit" type="text" id="mYear" size="8" class="input1"> </font></td> </tr> <tr bgcolor="#E2DAF1"> <td colspan="3"><div align="center"> <font face="Tahoma, MS Sans Serif"> <input type="hidden" name="Student_id" value="<? echo $rs[Student_id]?>" /> <input type="submit" name="Submit" value=" เพิ่ม " /> </font></div></td> </tr> </table> </form> </fieldset> <br> <font color="<?php echo $GLOBALS["COLOR_FONT_3"];?>" size="2"><b>หมายเหตุ :</b> ใช้เมาส์คลิกที่ชื่อ<br> </font></td> </tr> </table>
|