include "connect.php";
if($type!=''){ if นี้แสดงค่าค่ะ
$sql="select * from truck_data as td,truck_status as ts where type_id ='$type' and td.truck_id=ts.truck_id ";
}else if( $endProvice!=''){ if นี้แสดงค่าค่ะ
$sql=" select * from truck_data as td,truck_status as ts where s_endProvice like '%$endProvice%' and td.truck_id=ts.truck_id ";
}
else if($starProvice!=''){แต่ตรงนี้ทั้งๆ ที่เลือกจาก list ไปแล้วแล้วก็โชว์ข้าง echo $starProvice แต่ไม่เข้า if นี้ค่ะ งงค่ะ
//echo $starProvice; ตรงนี้ไม่มีค่าค่ะ
$sql=" select * from truck_data as td,truck_status as ts where s_starProvice like '%$starProvice%' and td.truck_id=ts.truck_id ";
}
$result=mysql_db_query($dbname,$sql);
while ($row=mysql_fetch_array($result))
{
?>