รายละเอียดของการตอบ ::
ไม่เห็นได้เลยคับ
<?
session_start();
?>
<?
include "connect.php";
?>
<meta http-equiv="Content-Type" content="text/html; charset=windows-874"/>
<html><body>
<table width="996" height="928" border="1" align="center">
<tr bgcolor="#FFFFFF">
<td height="146" colspan="6"><img src="Image/new-logo1.jpg" width="191" height="142"><img src="Image/original_iBurst_background_white.jpg" width="688" height="162"></td>
</tr>
<tr bgcolor="#FF0033">
<td width="228" height="28"><div align="center"><a href="admin_order.php">ข้อมูลการจอง</a></div></td>
<td width="170"><div align="center"><a href="van.php">ข้อมูลรถตู้</a></div></td>
<td width="179"><div align="center"><a href="vantype.php">ข้อมูลประเภทรถตู้</a></div></td>
<td width="214"><div align="center"><a href="driver.php">ข้อมูลพนักงาน</a></div></td>
<td width="200"><div align="center"><a href="admin_logout.php">ออกจากระบบ</a></div></td>
</tr>
<tr bgcolor="#FFFF00">
<td height="734" valign="top"><p>ข้อมูลการชำระเงิน</p>
<table width="200" border="1" align="center">
<tr bgcolor="#FF0000">
<td align="center"><div align="center"><a href="test">ข้อมูลการแจ้งชำระค่ามัดจำ</a></div></td>
</tr>
</table>
<p>รายงาน</p>
<table width="200" border="1" align="center">
<tr bgcolor="#FF0000">
<td><div align="center"><a href="repot_booking.php">รายงานการจอง</a></div></td>
</tr>
<tr>
<td><a href="repot_deposit.php">รายงานการชำระค่ามัดจำตามช่วงเวลา</a></td>
</tr>
<tr bgcolor="#FF0000">
<td><div align="center">
<div align="center"><a href="repot_money.php">รายงานการชำระเงินค่าเช่าตามช่วงเวลา</a></div>
</div></td>
</tr>
</table>
<p> </p></td>
<td colspan="5">
<form name="form1" method="post" action="">
<label></label>
<p align="center"><strong>รายงานการชำระเงินตามช่วงเวลา</strong></p>
<table width="397" border="1" align="center">
<tr>
<td width="93">เริ่ม</td>
<td width="288"> วันที่
<select name="bdate" >
<?
for($i=1; $i<=31; $i++){
$sdate1.= "<option value=$i>$i</option>";
}
echo $sdate1;
?>
</select>
เดือน
<select name="bmonth" >
<?
$n= array("","มกราคม","กุมภาพันธ์","มีนาคม","เมษายน","พฤษภาคม","มิถุนายน","กรกฎาคม","สิงหาคม","กันยายน","ตุลาคม","พฤศจิกายน","ธันวาคม");
for($i=1; $i<=12; $i++){
$smonth1.= "<option value=$i>$n[$i]</option>";
}
echo $smonth1;
?>
</select>
ปี
<select name="byear">
<?
$y = date("Y");
for($i=0; $i<=2; $i++){
$syear1.= "<option value=$y>$y</option>";
$y += 1;
}
echo $syear1;
?>
</select> </tr>
<tr>
<td height="38">ถึง</td>
<td> วันที่
<select name="bdate1" >
<?
for($i=1; $i<=31; $i++){
$sdate2.= "<option value=$i>$i</option>";
}
echo $sdate2;
?>
</select>
เดือน
<select name="bmonth1">
<?
$n= array("","มกราคม","กุมภาพันธ์","มีนาคม","เมษายน","พฤษภาคม","มิถุนายน","กรกฎาคม","สิงหาคม","กันยายน","ตุลาคม","พฤศจิกายน","ธันวาคม");
for($i=1; $i<=12; $i++){
$smonth2.= "<option value=$i>$n[$i]</option>";
}
echo $smonth2;
?>
</select>
ปี
<select name="byear1">
<?
$y1 = date("Y");
for($i=0; $i<=2; $i++){
$syear2.= "<option value=$y1>$y1</option>";
$y1 += 1;
}
echo $syear2;
?>
</select> </tr>
</table>
<p align="center">
<input name="ค้นหา" type="submit" id="ค้นหา" value="Submit">
</p>
</form>
<p>
<?
$d1 = $_POST["bdate"];
$d2 = $_POST["bmonth"];
$d3 = $_POST["byear"];
$d4 = $_POST["bdate1"];
$d5 = $_POST["bmonth1"];
$d6 = $_POST["byear1"];
echo $d1 . " - " . $d2 . " - " . $d3 ."<br>". $d4 . " - " . $d5 . " - " . $d6 ;
$sql = "select * from `order` where order_datego between '" . $d3 ."-". $d2 ."-". $d1 . "' and '" . $d6 ."-". $d5 ."-". $d4 . "' and sta_id=3 group by order_datego";
?>
<?
$ex=mysql_query($sql, $conn);
$result=mysql_db_query($dbname, $sql ,$conn) ;
$num=mysql_num_rows($result);
if($num>0){
$show.="<table width=850 cellpadding=4 align=center border=1>";
$show.="<tr bgcolor=#00cccc align=center>
<td>เลขที่ใบจอง</td>
<td>ชื่อผู้จอง</td>
<td>เบอร์โทรศัพท์</td>
<td>วันที่จอง</td>
<td>วันที่เดินทาง</td>
<td>วันที่กลับ</td>
<td>ประเภทรถตู้</td>
<td>จำนวนเงิน</td></tr>";
while($rs=mysql_fetch_array($ex)){
$show.="<td align=center>$rs[order_id]</td>";
$show.="<td align=center>$rs[order_name]</td>";
$show.="<td align=center>$rs[order_tel]</td>";
$show.="<td align=center>$rs[order_db]</td>";
$show.="<td align=center>$rs[order_datego]</td>";
$show.="<td align=center>$rs[order_dback]</td>";
if ($rs[order_type] == 1)
$show.="<td align=center>รถตู้VIP</td>";
else if ($rs[order_type] == 2)
$show.="<td align=center>รถตู้ธรรมดา</td>";
$show.="<td align=center>$rs[order_total]</td>";
$show.="</tr>";
}
$show.="</table>";
echo $show;
}
mysql_close($conn);
?>
</p></td>
</tr>
</table>
<p> </p>
</body>
</html>