Server IP : 202.29.229.35 / Your IP : 3.137.210.133 Web Server : Apache System : Linux aapanel2 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64 User : www ( 1001) PHP Version : 5.5.38 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /www/wwwroot/www.ivecr2.ac.th/system_admin/ |
Upload File : |
<?php $tecNumber=$_GET['tecN']; $sqlper="select * from tbl_datatecher1 where tecNumber='$tecNumber'"; $resutlper=mysql_query($sqlper,$connect2); $rsper=mysql_fetch_array($resutlper); $tecCardId=$rsper['tecCardId'];//รหัสประชาชน // รหัสบัตรประชาชน //echo "==>".$tecCardId; $txtID1 = substr($tecCardId,0,1); $txtID2 = substr($tecCardId,1,4); $txtID3 = substr($tecCardId,5,5); $txtID4 = substr($tecCardId,10,2); $txtID5 = substr($tecCardId,12,1); //รหัสผ่านเก่า $passold=$rsper['tecPass']; ?> <p> </p> <form action="?i=personalFrmEditOK" method="post" enctype="multipart/form-data" name="frmRegis" id="frmRegis" onsubmit="return checkRegForm()"> <fieldset> <legend style="background-color:#9F6; font-size:15px; height:22px;"> กรอกข้อมูลสำหรับใช้ log in เข้าสู่ระบบในครั้งต่อ ๆไป </legend> <table align="center" class="inputForm"> <tr> <td>เลขที่บัตรประชาชน</td> <td> <input type="text" name="txtID1" id="txtID1" value="<?php echo $txtID1; ?>" style="width:12px" maxlength="1" onkeyup="keyup(this,event)" onkeypress="return Numbers(event)" class="validate[required]" disabled="disabled"/> - <input type="text" name="txtID2" id="txtID2" value="<?php echo $txtID2; ?>" style="width:35px" maxlength="4" onkeyup="keyup(this,event)" onkeypress="return Numbers(event)" class="validate[required]" disabled="disabled"/> - <input type="text" name="txtID3" id="txtID3" value="<?php echo $txtID3; ?>" style="width:40px" maxlength="5" onkeyup="keyup(this,event)" onkeypress="return Numbers(event)" class="validate[required]" disabled="disabled"/> - <input type="text" name="txtID4" id="txtID4" value="<?php echo $txtID4; ?>" style="width:20px" maxlength="2" onkeyup="keyup(this,event)" onkeypress="return Numbers(event)" disabled="disabled"/> - <input type="text" name="txtID5" id="txtID5" value="<?php echo $txtID5; ?>" style="width:12px" maxlength="1" onkeyup="keyup(this,event)" onkeypress="return Numbers(event)" class="validate[required]" disabled="disabled"/> <font color="#FF0000" size="-1"> * ( ใช้สำหรับเข้าสู่ระบบ) </font></td> </tr> <tr> <td>รหัสผ่าน <input name="passOld" type="hidden" id="passOld" value="<?php echo $passold;?>" /> <input name="tecNumber" type="hidden" id="tecNumber" value="<?php echo $tecNumber;?>" /></td> <td><input name="tecPass" type="password" id="tecPass" size="20" /> <font color="#FF0000" size="-1"> * ใส่ตัวเลขหรือตัวอักษร ไม่เกิน 20 ตัวอักษร ( ใช้สำหรับเข้าสู่ระบบ)</font></td> </tr> <tr> <td>ยืนยันรหัสผ่าน</td> <td><input name="tecPass1" type="password" id="tecPass1" size="20" /> <font color="#FF0000" size="-1"> * ใส่ตัวเลขหรือตัวอักษร ไม่เกิน 20 ตัวอักษร ( ใช้สำหรับเข้าสู่ระบบ)</font></td> </tr> <tr> <td> </td> <td><input type="submit" name="button" id="button" value="Submit" /></td> </tr> </table> </fieldset><p> </form>