|
|
|
รบกวนท่านดูคำสั่ง sql ให้หน่อยคับผม ขอบพระคุณล่วงหน้าคับ |
|
|
|
|
|
|
|
Code (PHP)
<?php
if($_POST['mode'] == "search" ){
echo "<table border='1' width=80%>";
if($_POST['rent_date'] != "") {
//echo "?? ";
$hostname = "localhost"; //?
$user = "root"; //?
$password = "root"; //??
$dbname = "chart"; //??
$sql3 ="select * from re_rent ";
$sql2 ="select * from main ";
$sql ="select * from rent where 1=1 ";
//echo"$sql ";
if($_POST['rent_date'] != "" ){
$sql .= " and rent_date like '".$_POST['rent_date']."' " ;
}
//echo $sql;
// ติด ต่อ database
mysql_connect($hostname, $user, $password) or die("cannot connect");
// เลือก database
mysql_select_db($dbname) or die("cannot select db");
// ทำให้ อ่านภาษาไทยได้ใน utf8
mysql_query("SET NAMES utf8");
$result = mysql_query($sql);
$row_number = mysql_num_rows($result); // หาจำนวน แถว ข้อมูลที่ ค้นหาได้
echo "<font color=\"#4b008b\"><font =\"#tahoma\"><font size= 2><b>ค้นหาพบทั้งหมดจำนวน <font size=4><font color=\"#ff4500\">".$row_number."</font><font color=\"#4b008b\"><font =\"#tahoma\"><font size= 2><b> คน</b><br><br>";
echo "<table border='1' width=80% align=center>";
print "<table width=300 align=center border=1>";
print "<tr bgcolor=0066FF>";
print "<td align = center width=3%><font color=ffffff size=2>ชื่อผู้ยืม</font></td>";
print "<td align = center width=7%><font color=ffffff size=2>รายละเอียด</font></td>";
print "</tr>";
$id=1;
if($row_number > 0){
while($record = mysql_fetch_array($result)){
$record20=$record["id"];
$record1=$record["an"];
$record2=$record["rent_date"];
$record3=$record["rent_time"];
$record4=$record["rent_name"];
$record9=$record["opd_name"];
$result2 = mysql_query($sql2);
$row_number = mysql_num_rows($result2); // หาจำนวน แถว ข้อมูลที่ ค้นหาได้
if($row_number > 0){
while($record = mysql_fetch_array($result2)){
$record5=$record["hn"];
$record6=$record["pname"];
$record7=$record["fname"];
$record8=$record["lname"];
}
}
?>
<tr bgcolor="#F3F7FE" bordercolor="#0033FF">
<td style="font:tahoma; color:#00008B; text-align:center; font-size:12px; width:1%;"><a><?=$record4?></a></td>
<td style="font:tahoma; color:#00008B; text-align:center; font-size:12px; width:1%;"><a href="form_add66.php?rent_date=<?=$record2?>">รายละเอียดการยืม</a></td>
</tr>
Code (PHP)
//echo "?? ";
$hostname = "localhost"; //?
$user = "root"; //?
$password = "root"; //??
$dbname = "chart"; //??
/*$sql =" select *
from rent r
left join main m on m.an = r.an
left join rent_re re on r.id = re.id_rent
where r.rent_name = '$rent_name' and r.rent_date = '$_POST[rent_date]'
order by r.id desc"; */
$sql =" select *
from rent r
left join main m on m.an = r.an
left join rent_re re on r.id = re.id_rent
where r.rent_date = '$rent_date'
order by r.id desc";
//echo"$sql ";
//echo $sql;
// ติด ต่อ database
mysql_connect($hostname, $user, $password) or die("cannot connect");
// เลือก database
mysql_select_db($dbname) or die("cannot select db");
// ทำให้ อ่านภาษาไทยได้ใน utf8
mysql_query("SET NAMES utf8");
$result = mysql_query($sql);
$row_number = mysql_num_rows($result); // หาจำนวน แถว ข้อมูลที่ ค้นหาได้
$id=1;
if($row_number > 0){
while($record = mysql_fetch_array($result)){
$record1=$record["an"];
$record2=$record["hn"];
$record3=$record["pname"];
$record4=$record["fname"];
$record5=$record["lname"];
$record6=$record["rent_date"];
$record7=$record["rent_time"];
$record8=$record["opd_name"];
$record9=$record["rent_name"];
$record29=$record["re_time2"];
$record30=$record["re_date2"];
$record31=$record["opd_name2"];
$year1=substr($record6,0,4);
$month1=substr($record6,5,2);
$date1=substr($record6,8,2);
if($month1=='01'){
$month1="มกราคม";
}else if($month1=='02'){
$month1="กุมภาพันธ์";
}else if($month1=='03'){
$month1="มีนาคม";
}else if($month1=='04'){
$month1="เมษายน";
}else if($month1=='05'){
$month1="พฤษภาคม";
}else if($month1=='06'){
$month1="มิถุนายน";
}else if($month1=='07'){
$month1="กรกฏาคม";
}else if($month1=='08'){
$month1="สิงหาคม";
}else if($month1=='09'){
$month1="กันยายน";
}else if($month1=='10'){
$month1="ตุลาคม";
}else if($month1=='11'){
$month1="พฤศจิกายน";
}else if($month1=='12'){
$month1="ธันวาคม";
}
$rent_date=$date1." ".$month1." ".($year1+543);
$record6=$rent_date;
?>
<tr bgcolor="#F3F7FE" bordercolor="#0033FF">
<td style="font:tahoma; color:#00008B; text-align:center; font-size:12px; width:1%;"><a><?=$id?></a></td>
<td style="font:Arial, Helvetica, sans-serif; color: #993399; text-align:center; font-size:12px; width:4%;"><?=$record1?></td>
<td style="font:tahoma; color:#00008B; text-align:center; font-size:12px; width:5%;"><a><?=$record2?></a></td>
<td style="font:tahoma; color:#00008B; text-align:center; font-size:12px; width:5%;"><a><?=$record3?></a></td>
<td style="font:tahoma; color:#00008B; text-align:center; font-size:12px; width:3%;"><a><?=$record4?></a></td>
<td style="font:tahoma; color:#00008B; text-align:center; font-size:12px; width:3%;"><a><?=$record5?></a></td>
<td style="font:tahoma; color:#00008B; text-align:center; font-size:12px; width:3%;"><a><?=$record6?></a></td>
<td style="font:tahoma; color:#00008B; text-align:center; font-size:12px; width:3%;"><a><?=$record7?></a></td>
<td style="font:tahoma; color:#00008B; text-align:center; font-size:12px; width:3%;"><a><?=$record9?></a></td>
<td style="font:tahoma; color:#00008B; text-align:center; font-size:12px; width:3%;"><a><?=$record8?></a></td>
<td style="font:tahoma; color:#00008B; text-align:center; font-size:12px; width:3%;"><a><?=$record29?></a></td>
<td style="font:tahoma; color:#00008B; text-align:center; font-size:12px; width:3%;"><a><?=$record31?></a></td>
</tr>
Tag : PHP, MySQL
|
|
|
|
|
|
Date :
2015-09-02 12:01:38 |
By :
au_mutd |
View :
710 |
Reply :
1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ตอนนี้ชื่อผู้ยืมมา 2 คนเลย เอาให้เหลือเฉพาะคนที่ต้องการดูคับ
|
ประวัติการแก้ไข 2015-09-02 12:06:16
|
|
|
|
Date :
2015-09-02 12:04:39 |
By :
au_mutd |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|