การค้นหาวัน,เดือน,ปีพร้อมกัน...ช่วยทีครับ ผมอยากได้การค้นหาแบบว่าค้นหาอย่างเช่น วันที่ 1 พฤศจิกายน 2548ถึง 30 ธันวาคม 2548
ผมอยากได้การค้นหาแบบว่าค้นหาอย่างเช่น วันที่ 1 พฤศจิกายน 2548ถึง 30 ธันวาคม 2548
ตัวโค๊ดข้างล่างนี้มันค้นหาข้ามเดือนไม่ได้ครับค้นหาข้ามเดือนมันไม่แสดงครับ แต่ภายในเดือนเดียวกันแสดงครับพี่ๆ ช่วยทีครับ
search.php
<br><form method="post" action="showsearch.php">
<table align="center">
<tr>
<td align="right"><font size="3" color="#0000FF" face="Microsoft Sans Serif"><b>จากวันที่:</font></td>
<td align="left"><select name="day_a" >
<?
for($i=1;$i<=31;$i++){
echo"<option value=$i>$i";
}
?>
</select>
<select name="month_a" >
<?
$month=array("มกราคม","กุมภาพันธ์","มีนาคม","เมษายน","พฤษภาคม","มิถุนายน","กรกฎาคม","สิงหาคม","กันยายน","ตุลาคม","พฤศจิกายน","ธันวาคม",);
for($i=0;$i<12;$i++){
echo"<option value=$month[$i]>$month[$i]";
}
?>
</select>
<select name="year_a">
<?
$y=date("Y");
$y+=543;
for($i=($y-5);$i<=$y;$i++){
echo"<option value=$i>$i";
}
?>
</select>
</td>
</tr>
<tr>
<td align="right"><font size="3" color="#0000FF" face="Microsoft Sans Serif"><b>ถึงวันที่:</font></td>
<td align="left"><select name="day_a1" >
<?
for($i=1;$i<=31;$i++){
echo"<option value=$i>$i";
}
?>
</select>
<select name="month_a1" >
<?
$month=array("มกราคม","กุมภาพันธ์","มีนาคม","เมษายน","พฤษภาคม","มิถุนายน","กรกฎาคม","สิงหาคม","กันยายน","ตุลาคม","พฤศจิกายน","ธันวาคม",);
for($i=0;$i<12;$i++){
echo"<option value=$month[$i]>$month[$i]";
}
?>
</select>
<select name="year_a1">
<?
$y=date("Y");
$y+=543;
for($i=($y-5);$i<=$y;$i++){
echo"<option value=$i>$i";
}
?>
</select>
</td>
</tr>
<tr>
<td align="right"><font color="#6666FF" size="1" face="MS Sans Serif">กรอกข้อมูลที่ต้องการค้นหา:</font></td>
<td align="left"> <input type="text" name="search" size="10">
<input type="submit" value="ค้นหา">
<input name="Reset" type="reset" value="ยกเลิก"></td></tr>
</table>
</form>
showsearch.php
<?
mysql_connect($host,$username,$pass_word)or die ("ติดต่อฐานข้อมูลไม่ได้");
mysql_select_db($db) or die ("เลือกฐานข้อมูลไม่ได้");
$sql="select * from letter_in,picture where letter_in.Lid=picture.id and day_a between '$day_a' and '$day_a1' and month_a between '$month_a' and '$month_a1' and year_a between '$year_a' and '$year_a1'";
$strsql="SELECT * FROM letter_in,picture where letter_in.Lid=picture.id";
$result=mysql_query($strsql);
$dbquery=mysql_db_query($db,$sql);
$num_rows=mysql_num_rows($dbquery);
$num_fields=mysql_num_fields($dbquery);
echo"<center>";
echo"</center>";
?>
<table width="780"bgcolor="#FFFFFF" border="0" align="center" cellpadding="1" cellspacing="1">
<tr align="center" bgcolor="#6666CC">
<td width="70">
<div align="center"><font face="MS Sans Serif" size="2" color="#FFFFFF" ><b>
เลขทะเบียน
ที่รับ
</b></font></div></td>
<td width="65"><font face="MS Sans Serif" size="2" color="#FFFFFF" ><b>วันที่รับ</b></font></div></td>
<td width="100">
<div align="center"><font face="MS Sans Serif" size="2" color="#FFFFFF" ><b>
เลขที่ กษ.
หนังสือ/คำสั่งที่
</b></font> </div></td>
<td width="65"><div align="center"><font face="MS Sans Serif" size="2" color="#FFFFFF" ><b>ลงวันที่ </b></font></div></td>
<td width="100">
<div align="center"><font face="MS Sans Serif" size="2" color="#FFFFFF" ><b>หนังสือจาก </b></font></div></td>
<td width="100"><div align="center"><font face="MS Sans Serif" size="2" color="#FFFFFF" ><b>หนังสือถึง </b></font></div></td>
<td width="180"><div align="center"><font face="MS Sans Serif" size="2" color="#FFFFFF" ><b>เรื่องที่แจ้งเวียน </b></font></div></td>
<td width="100"><div align="center"><font face="MS Sans Serif" size="2" color="#FFFFFF" ><b>
วันที่ทำ
การแจ้งเวียน
</b></font></div></td>
</tr>
</table>
<?
$a=0;
while($a< $num_rows){
$result=mysql_fetch_array($dbquery);
$Lid= $result['Lid'];
$Lnumber=$result['number'];
$Lday_a=$result['day_a'];
$Lmonth_a=$result['month_a'];
$Lyear_a=$result['year_a'];
$Lday_b=$result['day_b'];
$Lmonth_b=$result['month_b'];
$Lyear_b=$result['year_b'];
$Lday_c=$result['day_c'];
$Lmonth_c=$result['month_c'];
$Lyear_c=$result['year_c'];
$Lday_d=$result['day_d'];
$Lmonth_d=$result['month_d'];
$Lyear_d=$result['year_d'];
$Lstorytext=$result['storytext'];
$Lnumber2=$result['number2'];
$Lb_from=$result['b_from'];
$Lb_to=$result['b_to'];
$Lpic=$result['pic'];
?>
<table width="780" border="0" align="center" cellpadding="1" cellspacing="1" bgcolor="#FFFFFF" >
<tr align="center" bgcolor="#FAFCD8">
<td width="70" nowrap>
<div align="center"><font face="MS Sans Serif" size="2" color="#000000" >
<? echo"$Lnumber"; ?>
</font></div>
</td>
<td width="65"><font face="MS Sans Serif" size="2" color="#000000" >
<?
echo"$Lday_b";
echo"$Lmonth_b";
echo"$Lyear_b";
?>
</font></td>
<td width="100"><font face="MS Sans Serif" size="2" color="#000000" >
<? echo"$Lnumber2"; ?>
</font></td>
<td width="65"><font face="MS Sans Serif" size="2" color="#000000" >
<?
echo"$Lday_c";
echo"$Lmonth_c";
echo"$Lyear_c";
?>
</font></td>
<td width="100"><font face="MS Sans Serif" size="2" color="#000000" >
<? echo"$Lb_from"; ?></font></td>
<td width="100"><font face="MS Sans Serif" size="2" color="#000000" >
<? echo"$Lb_to"; ?></font></td>
<td width="180" bgcolor="#FFCCCC"> <div align="center">
<font face="MS Sans Serif" size="2" color="#000000" ><b> <a href=<? echo "pdf/$Lpic"; ?> target="_blank"><? echo "$Lstorytext"; ?></a> </b></font>
</div></td>
<td width="100">
<div align="center"><font face="MS Sans Serif" size="2" color="#FF3333">
<?
echo"$Lday_a";
echo"$Lmonth_a";
echo"$Lyear_a";
?>
</font></div>
</td>
</tr>
</table>
<?
$a++;
}
echo"<center><br>จำนวนที่หาพบ <font color=red> ".$a." </font> Reccord </center>";
mysql_close();
?>Tag : - - - -
Date :
15 ธ.ค. 2548 16:01:14
By :
chongwut
View :
2425
Reply :
1
Load balance : Server 00