接一來這部分是實現用戶提交之后的查詢結果,也是程序代碼的主体部份: <? $linkstr=mysql_connect("localhost","root","sa"); mysql_select_db("cx",$linkstr); $showstr="查詢條件為:"; $querystring="select no,type,name,qty,price from orders"; switch($select1) { case 1: if (!empty($no)) { switch($select2) { case 1: $querystring.="