?
Path : /home/admin/domains/happytokorea.com/public_html_bk/promice/Admin/ |
Current File : /home/admin/domains/happytokorea.com/public_html_bk/promice/Admin/Reportpermonth.php |
<? @session_start(); ob_start(); $useradmin = $_SESSION["useradmin"]; if(empty($useradmin)) { echo "<script>alert('หน้านี้จำกัดเฉพาะ Admin เท่านั้น');history.back();</script>"; exit(); } require_once "../include/tdate.php"; require_once "../include/connect.php"; require_once "../include/connectdb.php"; $sql="select * from useradmin where useradmin='$useradmin'"; $db_query=mysql_db_query($db,$sql); $result=mysql_fetch_array($db_query); $id=$result[id]; $adminname=$result[name]; $user_admin=$result[useradmin]; $pass_admin=$result[passadmin]; $date1 = "$_POST[yy1]-$_POST[mm1]-$_POST[dd1]"; $date2 = "$_POST[yy2]-$_POST[mm2]-$_POST[dd2]"; $date_1 = date($date1); $date_2 = date($date2); ?> <html> <head> <title><? echo "$headtxt"; ?></title> <meta http-equiv="Content-Type" content="text/html; charset=tis-620"> <!-- Fireworks MX Dreamweaver MX target. Created Sat Apr 02 10:29:23 GMT+0700 (SE Asia Standard Time) 2011--> <link href="../css/style.css" rel="stylesheet" type="text/css"> </head> <body bgcolor="#ffffff"> <div align="center"><strong> </strong> <table width="89%" border="0" align="center" cellpadding="1" cellspacing="1"> <tr valign="top"> <td width="57%"><? echo "$headtxt | $e_date $etime"; ?><br> <div align="left">หน้าปัจจุบันของคุณ : <a href="Main.php">หน้าหลัก</a> --> <strong>รายการสั่งซื้อรายเดือน</strong></div></td> <td width="43%"> <div align="right">ยินดีต้อนรับคุณ <? echo "<u>$adminname</u>"; ?> เข้าใช้งานในระบบ<br> [ <a href="ChangePass.php">เปลี่ยนรหัสผ่าน</a> ] <a href="logout.php">ออกจากระบบ</a> </div></td> </tr> <tr> <td colspan="2"><table width="100%" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#E9E9E6"> <tr> <td><div align="center"><br> <br> <table width="470" border="0" cellspacing="1" cellpadding="1"> <form method="post" action="ReportpermonthNow.php"> <tr bgcolor="#FFFFFF"> <td width="131"><div align="right">เลือกเดือน/ปี :</div></td> <td width="332"> <select name="mm1" class="input" id="mm1"> <option>เดือน</option> <option value="01">มกราคม</option> <option value="02">กุมภาพันธ์</option> <option value="03">มีนาคม</option> <option value="04">เมษายน</option> <option value="05">พฤษภาคม</option> <option value="06">มิถุนายน</option> <option value="07">กรกฎาคม</option> <option value="08">สิงหาคม</option> <option value="09">กันยายน</option> <option value="10">ตุลาคม</option> <option value="11">พฤศจิกายน</option> <option value="12">ธันวาคม</option> </select> <input name="yy1" type="text" class="input" id="yy1" value=<? echo "$idyear"; ?> size="10"> </td> </tr> <tr bgcolor="#FFFFFF"> <td> </td> <td> <input name="submit" type="submit" class="submit" value="แสดงรายงาน" onClick="return confirm ('คุณต้องการตรวจสอบข้อมูล ใช่ หรือ ไม่? ') "> </td> </tr> </form> </table> <br> <br> </div></td> </tr> </table></td> </tr> <tr> <td colspan="2"><div align="center"><br> <? echo "$buttomtxt"; ?> </div></td> </tr> </table> </div> </body> </html>