พี่ๆช่วยได้แน่นอนคะ รบกวนหน่อยคะ ว่าแก้ตรงไหนคะ แนะนำหน่อยคะ
นี้เป็นโค๊ดค้นหาคะ คือตอนนี้มันต้องค้นหาก่อนหนึ่งวัน ซึ่งไม่รู็ว่าจะต้องแก้ตรงไหน ให้มันค้นหาก่อน หรือย้อนหลังได้คะ ช่วยดูหน่อยนะคะว่าแก้ตรงไหนนะคะ นี้โค๊ดคะ
<?php session_start(); ?>
<? include("include/conn_db.php");?>
<? include("include/function.php");?>
<? include("pu_split.php"); //แบ่งหน้า?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-874">
<LINK href="images/styleHRG.css" type=text/css rel=stylesheet>
<link href="cal/CalendarControl.css" rel="stylesheet" type="text/css">
<script language='JavaScript' src='cal/CalendarControlTh.js'></script>
<title>ระบบจองห้องประชุม</title>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #f1f1f1;
}
.style1 {
color: #000000;
font-weight: bold;
}
-->
</style></head>
<body>
<table width="787" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="1%" background="images/a_left.gif"><img src="images/a_left.gif" width="14" height="8"></td>
<td width="98%" valign="top" bgcolor="#f1f1f1">
<? include("Header.php");?>
<table width="100%" height="210" cellpadding="0" cellspacing="0" bgcolor="#f1f1f1">
<tr>
<td width="80%" height="208" valign="top" bgcolor="#f1f1f1"><table width="100%" cellspacing="1" cellpadding="5">
<tr>
<td valign="top" bgcolor="#f1f1f1"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="52%" height="30" bgcolor="#f1f1f1"><img src="images/icon_1.gif" width="9" height="9"> <strong><u>แสดงจำนวนผู้นัดหมาย</u></strong></td>
<td width="48%" bgcolor="#f1f1f1"> </td>
</tr>
</table>
<br>
<table width="100%" border="0" cellpadding="0" cellspacing="0" id="Table_01">
<tr>
<td width="96%" valign="top"><TABLE WIDTH=100% BORDER=0 align="center" CELLPADDING=0 CELLSPACING=0>
<form id="post_form" name="post_form" method="get" action="">
<TR>
<TD width="863"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="48" bgcolor="#f1f1f1"><div align="center"><strong>รายงานจำนวนผู้ทำนัดแต่ละวัน</strong></div>
<div align="center"><span class="normalB">
</span>
<table width="100%">
<tr>
<td width="47%"><div align="right"><strong> วัน/เดือน/ปี </strong></div></td>
<td width="53%"><span class="normalB">
<input type='text' name='f_end' id='todate' size='11' onfocus='showCalendarControl(this);' />
<input type="submit" name="button" id="button" value="ค้นหารายงาน" />
<input readonly="readonly" type="hidden" name="Len1" />
</span></td>
</tr>
</table>
</div></td>
</tr>
</table></TD>
</TR>
</form>
</TABLE>
<form action='' method='post' name='frmSend' id="frmSend">
<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#FAB623">
<tr>
<td><table width="100%" border="0" align="center" cellpadding="0" cellspacing="1">
<tr bgcolor="#999999">
<td width="13%" height="25"><div align="center" class="style1">วันที่นัด</div></td>
<td width="22%"><div align="center" class="style1">ชื่อ-สกุล</div></td>
<td width="18%"><div align="center" class="style1">เวลานัด</div></td>
<td width="19%"><div align="center" class="style1">คลีนิก</div></td>
</tr>
<?
$todate = date("Y-m-d");
$a = explode("-", $this_date);
$today = $a[0].$a[1].$a[2];
if($_GET["f_end"]<>"")
{
$b = explode("-", dateThaiToDB($_GET['f_end']));
$search = $b[0].$b[1].$b[2];
if($search < $today)
{
echo "<script type='text/javascript' language='javascript'> alert ('กรุณาเลือกวันที่ไม่น้อยกว่า ปัจจุบัน ค่ะ'); </script>";
$search_date = " todate >= NOW() ";
}else{
$search_date = " todate BETWEEN NOW() AND '".dateThaiToDB($_GET['f_end'])."' ";
}
}
else{
$search_date = " todate >= NOW() ";
}
$rs_order = mysql_query("SELECT * FROM member
WHERE {$search_date} ORDER BY todate ASC ");
while($data_order = mysql_fetch_array($rs_order))
{
?>
<tr bgcolor="#f1f1f1">
<td><div align="center"><strong>
<?=dateThai($data_order["todate"]);?>
</strong></div></td>
<!-- -->
<td height="25"><?=Short_String($data_order["mrs"],35);?>
<?=Short_String($data_order["name"],35);?>
<?=Short_String($data_order["last"],35);?></td>
<td><div align="center">
<?=$data_order["timelist_start"]." ถึง ".$data_order["time_in"]." ";?>
</div></td>
<td><?=$data_order["clinic"];?></td>
<!-- -->
</tr>
<? } ?>
</table></td>
</tr>
</table>
</form> </td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
<? include("foot.php");?></td>
<td width="1%" background="images/a_right.gif"><img src="images/a_right.gif" width="14" height="8"></td>
</tr>
</table>
</body>
</html>
<script language="javascript">
<!--
function openWindow(theURL) { //v2.0
var win=window.open(theURL,'staff','scrollbars=yes,width=517,height=600');
win.focus();
}
//-->
</script>
<script>
function checkall(formname,checkname,thestate){
var el_collection=eval("document.forms."+formname+"."+checkname)
for (c=0;c<el_collection.length;c++)
el_collection[c].checked=thestate
}
</script>
<script language=javascript>
function Actioin_alert(url)
{
if (window.confirm('โปรดยืนยันการทำรายการนี้')==true)
{
// document.frmSend.submit();
location.href=''+url;
}
}
</script>
<script language=javascript>
function Actioin_alert_del()
{
if (window.confirm('ยืนยันการลบข้อมูล')==true)
{
document.frmSend.submit();
}
}
</script>Tag : PHP, MySQL
Date :
2011-10-28 20:56:50
By :
นนน
View :
692
Reply :
4
ช่วยหน่อยคะ ว่าตรงไหนที่ผิดอยู่คะ
Date :
2011-10-28 21:20:16
By :
นนน
น่าจะผิดที่ include/conn_db.php
Date :
2011-10-28 21:37:18
By :
nukedonut1
น่าจะ include/conn_db.php ตรงนี้คับ
Date :
2011-10-28 21:37:37
By :
nukedonut1
แน่ใจหรือคะ เพราะinclude/conn_db.php มันเป็นการคอนเน็ก กันนะคะ ไม่ใช่ว่าต้องแก้ที่สคริปอะไรอย่างนี้หรือคะ
Date :
2011-10-28 21:53:08
By :
นนน
Load balance : Server 01