Server IP : 202.29.229.35 / Your IP : 3.15.237.35 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/ |
Upload File : |
<?php error_reporting(0);?> <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: 400px;" ><span class="heading-subject">ร่วมงานกับเรา</span></div></td> <td align="right" valign="top"><div class="fgray" style="line-height: 20px;"><!-- <a href="?i=tab_newlbtech" class="link-orange">ย้อนกลับ...</a>--></div></td> </tr> </table> <div class="line-bottom-red display-inline-block" style="width: 700px;" ></div> <div class="link-default-org" style="margin-bottom: 5px; padding:5px"> <br /> <table width="100%" border="0" cellspacing="5" cellpadding="0"> <tr> <td align="left" valign="top"><table width="100%" border="0" align="left" cellpadding="0" cellspacing="1"> <?php /* include("connect/connect.php"); include('connect/function.php'); */ $sqlpre="select * from tblpersonnel order by id desc"; $resultpre=mysql_query($sqlpre); while($rspre=mysql_fetch_array($resultpre)){ $filedocument=$rspre['file']; $date=displaydate($rspre['date']); $filepr=$rspre['file']; $dp_ID=$rspre['dp_ID']; $sqlwork="select * from tbladmin where addepartmentID='$dp_ID' "; $resqlwork=mysql_query($sqlwork); $rswork=mysql_fetch_array($resqlwork); if($bg == "#F5F5F5") { $bg = "#FDFDFD"; } else { $bg = "#F5F5F5"; } if(date("Y-m-d") <= $rspre['endDate']){ ?> <tr bgcolor="<?=$bg?>" > <td width="5%" align="center" valign="middle" bgcolor="<?=$bg?>"><img src="system_admin/images/icon07.png" width="20" height="12" /></td> <td width="95%" align="left" valign="middle" bgcolor="<?=$bg?>"> <?php if($rspre['file'] !=""){ ?> <a href="system_admin/file_personnel/<?php echo $rspre['file'];?>" target="_blank" class="link-default-org"><?php echo $rspre['title'];?> <img src="images/icon04.gif" width="22" height="7" border="0" /></a> <?php } ?> <font size="1px" color="#666666"><?php echo $date;?> เขียนโดย : <?php echo $rswork['addepartment'];?></font></td> </tr> <?php }//end if enddate }//end while ?> </table></td> </tr> </table> </div> </div> </div>