|
|
|
อยากให้มันแสดงสถานะที่เราเลือกเท่านั้นน่ะค่ะ เป็นระบบแจ้งซ่อมคอมพิวเตอร์ |
|
|
|
|
|
|
|
ตรงไหนครับที่เป็นการ WHERE ตัว Status ครับ
|
|
|
|
|
Date :
2015-05-15 10:14:53 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ต้องทำยังไงต่ออ่ะค่ะ
Code (PHP)
<td><div align="right">กลุ่มปัญหา :</div></td>
<td><select name="ref_type_id">
<option value="0">เลือกทั้งหมด</option>
<?
include "connect.php";
$sql="select * from type";
$result=mysql_db_query($dbname,$sql);
while($rs=mysql_fetch_array($result)) {
$type_id=$rs[type_id];
$type_name=$rs[type_name];
echo "<OPTION VALUE='$type_id'>$type_name</OPTION>";
}
?>
</select></td>
</tr>
<tr>
<td><div align="right">สถานะ :</div></td>
<td><select NAME="job_status2">
<option value="complete,hold,pending">เลือกทั้งหมด</option>
<option value="complete">Complete</option>
<option value="Hold">Hold</option>
<option value="pending">Pending</option>;
</select></td>
</tr>
<tr>
<td> </td>
<td> <input type="submit" name="button" id="button" value="ดูข้อมูล"></td>
</tr>
</table>
</form>
|
|
|
|
|
Date :
2015-05-15 17:48:20 |
By :
preedaporn |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ไม่มีใครตอบเลยอ่อ
|
|
|
|
|
Date :
2015-05-16 22:29:56 |
By :
preedaporn |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ผม ไม่เข้าใจจ
|
|
|
|
|
Date :
2015-05-18 13:23:36 |
By :
bunchuai |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.ในหน้าที่ต้องการให้แสดง ก็เพิ่มคำสั่ง sql where ไปสิครับ เช่น
Code (SQL)
select * from tabel where status='".$_POST['ref_type_id']."'
|
|
|
|
|
Date :
2015-05-18 14:31:41 |
By :
slurpee55555 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|