| Server IP : 104.21.80.248 / Your IP : 162.159.115.42 Web Server : Apache/2.4.25 (Win32) OpenSSL/1.0.2j PHP/5.6.30 System : Windows NT WIN-ECQAAA40806 6.2 build 9200 (Windows Server 2012 Standard Edition) i586 User : SYSTEM ( 0) PHP Version : 5.6.30 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /Inetpub/www/myoffice/2565/modules_22222/car/ |
Upload File : |
<?
CheckUser($_SESSION['user_user'], $_SESSION['user_pwd']);
?>
<style type="text/css">
<!--
.calendarcar {
width:1000;
background-color: #d7fef6;
}
-->
</style>
<div align='left'> <IMG SRC="images/icon/calendar.gif" BORDER="0" ALIGN="absmiddle"> <b>E-Note</b>
<div align='center'><font color=red><b>ปฏิทินการใช้รถยนต์ส่วนกลาง</b></font>
<?
if(!$_GET['month']){
$_GET['month'] = date("m");
}
if(!$_GET['year']){
$_GET['year'] = date("Y");
}
$cal = new Mycalendarp;
echo $cal->getmonthView($_GET['month'],$_GET['year'] );
?>
</div>