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> <? include("connect/connect.php"); $card_no = $_REQUEST['card_no']; $card_no_year = $_REQUEST['card_no_year']; $student_id1 = $_REQUEST['student_id1']; $group_id = $_REQUEST['group_id']; $d = $_REQUEST['d']; $m = $_REQUEST['m']; $y = $_REQUEST['y']; $d2 = $_REQUEST['d2']; $m2 = $_REQUEST['m2']; $y2 = $_REQUEST['y2']; /*echo "group_id==>".$group_id; echo "card_no ==>".$card_no ; print_r($card_no); echo "student_id1 ==>".$student_id1 ; print_r($student_id1); print_r($stu_fname);*/ if(strlen($m)==1) $m = "0".$m; if(strlen($m2)==1) $m2 = "0".$m2; $date_print = $d."/".$m."/". $y; $date_expire = $d2."/".$m2."/". $y2; $size = count($student_id1); echo "แก้ไขข้อมูลจำนวน".$size."คน ดังนี้"."<br>"; for($i=0; $i<$size ; $i++){ $sql_upd="update tblstd_idcard set card_no='$card_no[$i]', card_no_year='$card_no_year', date_print = '$date_print', date_expire='$date_expire' where student_id = '$student_id1[$i]' "; echo $sql_upd."<br>"; $result = mysql_query($sql_upd) or mysql_error(); } echo "<script>alert('ประมวลผลรหัสใหม่เรียบร้อยแล้ว'); window.location='index.php';</script>"; ?> </body> </html>