Server IP : 202.29.229.35 / Your IP : 18.119.120.88 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/stdcard/ |
Upload File : |
<!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=utf-8" /> <title>Untitled Document</title> </head> <body> <?php include("connect/connect.php"); $card_no_max = $_REQUEST['card_no_max']; $card_no_year = $_REQUEST['card_no_year']; $student_id = $_REQUEST['student_id']; $idschool = $_REQUEST['idschool']; $stu_fname= $_REQUEST['stu_fname']; $stu_lname=$_REQUEST['stu_lname']; $d = $_REQUEST['d']; $m = $_REQUEST['m']; $y = $_REQUEST['y']; $d2 = $_REQUEST['d2']; $m2 = $_REQUEST['m2']; $y2 = $_REQUEST['y2']; if(strlen($d)==1) $d = "0".$d; if(strlen($d2)==1) $d2 = "0".$d2; if(strlen($m)==1) $m = "0".$m; if(strlen($m2)==1) $m2 = "0".$m2; $date_print = $d."/".$m."/". $y; $date_expire = $d2."/".$m2."/". $y2; $sql_upd="update tblstd_idcard set stu_fname='$stu_fname', stu_lname='$stu_lname', card_no = '$card_no_max', card_no_year='$card_no_year', date_print = '$date_print', date_expire='$date_expire' where student_id = '$student_id' "; //echo $sql_upd; $result = mysql_query($sql_upd); if($result){ echo "<p>แก้ไขข้อมูลเรียบร้อย</p>"; echo '<a href="cardEdit_print_form.php?student_id='.$student_id.'&isschool='.$idschool.'">พิมพ์บัตร</a> |'; echo ' <a href="index.php">กลับเมนูหลัก</a>'; }else{ echo "ไม่สามารถแก้ไขข้อมูลได้ โปรดติดต่อผู้ดูแลระบบ"; echo '<meta http-equiv="refresh" content="1; url=index.php" />'; } ?> </body> </html>