Server IP : 202.29.229.35 / Your IP : 3.145.125.13 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 : |
<div class="box"> <div style="width: 100%;"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><div class="fdefault fbold txt-topic display-inline-block" style="width: 260px;">ข่าวการศึกษา</div></td> <td align="right" valign="top"><div class="fgray" style="line-height: 20px;"> <a href="?i=newEducation" class="link-orange">ย้อนกลับ...</a></div></td> </tr> </table> <div class="line-bottom-green display-inline-block" style="width: 700px;"></div> <div class="link-default-org" style="margin-bottom: 5px; padding:5px"> <table width="100%" border="0" cellspacing="5" cellpadding="0"> <tr> <td align="left" valign="top"> <center> <?php include("connect/connect.php"); //include("connect/function.php"); $eduID=$_GET['eduID']; $sqlEdu="select * from tblneweducation where edu_ID='$eduID' "; $resultEdu=mysql_query($sqlEdu,$connect1); $numEdu=mysql_num_rows($resultEdu); $rsEdu=mysql_fetch_array($resultEdu); $dateEdu=displaydate($rsEdu['edu_Date']); $dp_ID=$rsEdu['dp_ID']; $sqlworkregister="select * from tbladmin where adID='$dp_ID' "; $resqlworkregister=mysql_query($sqlworkregister); $rsworkregister=mysql_fetch_array($resqlworkregister); $worknameuser=$rsworkregister['adFname']; $workname=$rsworkregister['addepartment']; echo $rsEdu['edu_Title']; ?> </center> <br /> <hr width="600" /> <?php echo $rsEdu['edu_Detail'];?> <?php if($rsEdu['edu_file'] !=""){ ?> <a href="system_admin/file_newEducation/<?php echo $rsEdu['edu_file'];?>" target="_blank" class="link-default-org"> <font color="#FF0000">ดาวน์โหลดเอกสารเพิ่มเติม...</font></a> <?php } ?> <br /> <font color="#0099FF" size="-2"><i>ข้อมูลโดย : <?php echo $worknameuser." (".$workname.")"." เมื่อ :".$dateEdu;?></i></font></td> </tr> </table> </div> </div> </div>