欢迎来到代码驿站!

PHP代码

当前位置:首页 > 软件编程 > PHP代码

多重?l件?M合查?(二)

时间:2021-01-06 11:20:47|栏目:PHP代码|点击:
接一?磉@部分是???F用?籼峤恢?后的查??Y果,也是程序代?a的主体部份:  
<?  
$linkstr=mysql_connect("localhost","root","sa");  
mysql_select_db("cx",$linkstr);  
$showstr="查??l件??:";  
$querystring="select no,type,name,qty,price from orders";  
switch($select1)  
{  
case 1:  
if (!empty($no))  
{  
switch($select2)  
{  
case 1:  
$querystring.=" where no=".$no;  
$showstr.="????".$no."所有?稻?";  
break;  
case 2:  
switch($price)  
{  
case 1:  
$querystring.=" where no=".$no." or price<50";  
$showstr.="????".$no."或者价格少于50元的所有?稻?";  
break;  
case 2:  
$querystring.=" where no=".$no." or price between 50 and 200";  
$showstr.="????".$no."或者价格介于50到200元?g的所有?稻?";  
break;  
case 3:  
$querystring.=" where no=".$no." or price>200";  
$showstr.="????".$no."或者价格大于200元?g的所有?稻?";  
break;  
}  
break;  
case 3:  
switch($price)  
{  
case 1:  
$querystring.=" where no=".$no." and price<50";  
$showstr.="????".$no."并且价格少于50元的所有?稻?";  
break;  
case 2:  
$querystring.=" where no=".$no." and price between 50 and 200";  
$showstr.="????".$no."并且价格介于50到200元?g的所有?稻?";  
break;  
case 3:  
$querystring.=" where no=".$no." and price>200";  
$showstr.="????".$no."并且价格大于200元?g的所有?稻?";  
break;  
}  
break;  
}  
}  
else  
{  
if (!empty($type))  
{  
switch($select2)  
{  
case 1:  
$querystring.=" where type="".$type."" ";  
$showstr.=" ?型??".$type."所有?稻?";  
break;  
case 2:  
switch($price)  
{  
case 1:  
$querystring.=" where type="".$type."" or price<50";  
$showstr.="?型??".$type."或者价格少于50元的所有?稻?";  
break;  
case 2:  
$querystring.=" where type="".$type."" or price between 50 and 200";  
$showstr.="?型??".$type."或者价格介于50到200元?g的所有?稻?";  
break;  
case 3:  
$querystring.=" where type="".$type."" or price>200";  
$showstr.="?型??".$type."或者价格大于200元?g的所有?稻?";  
break;  
}  
break;  
case 3:  
switch($price)  
{  
case 1:  
$querystring.=" where type="".$type."" and price<50";  
$showstr.="?型??".$type."并且价格少于50元的所有?稻?";  
break;  
case 2:  
$querystring.=" where type="".$type."" and price between 50 and 200";  
$showstr.="?型??".$type."并且价格介于50到200元?g的所有?稻?";  
break;  
case 3:  
$querystring.=" where type="".$type."" and price>200";  
$showstr.="?型??".$type."并且价格大于200元?g的所有?稻?";  
break;  
}  
break;  
}  
}  
else  
{  
switch($price)  
{  
case 1:  
$querystring.=" where price<50";  
$showstr.="价格少于50元的所有?稻?";  
break;  
case 2:  
$querystring.=" where price between 50 and 200";  
$showstr.="价格介于50到200元?g的所有?稻?";  
break;  
case 3:  
$querystring.=" where price>200";  
$showstr.="价格大于200元?g的所有?稻?";  
break;  
}  
}  
}  
break;  
case 2:  
switch($select2)  
{  
case 1:  
$querystring.=" where no=".$no." or type="".$type.""";  
$showstr.="????".$no."或者??e??".$type."所有?稻?";  
break;  
case 2:  
switch($price)  
{  
case 1:  
$querystring.=" where no=".$no." or type="".$type."" or price<50 ";  
$showstr.="????".$no."或者??e??".$type."或者价格少于50元的所有?稻?";  
break;  
case 2:  
$querystring.=" where no=".$no." or type="".$type."" or price between 50 and 200";  
$showstr.="????".$no."或者??e??".$type."或者价格介于50到200元?g的所有?稻?";  
break;  
case 3:  
$querystring.=" where no=".$no."or type="".$type."" or price>200";  
$showstr.="????".$no."或者??e??".$type."或者价格大于200元?g的所有?稻?";  
break;  
}  
break;  
case 3:  
switch($price)  
{  
case 1:  
$querystring.=" where no=".$no." or type="".$type."" and price<50 ";  
$showstr.="????".$no."或者??e??".$type."并且价格少于50元的所有?稻?";  
break;  
case 2:  
$querystring.=" where no=".$no." or type="".$type."" and price between 50 and 200";  
$showstr.="????".$no."或者??e??".$type."并且价格介于50到200元?g的所有?稻?";  
break;  
case 3:  
$querystring.=" where no=".$no."or type="".$type."" and price>200";  
$showstr.="????".$no."或者??e??".$type."并且价格大于200元?g的所有?稻?";  
break;  
}  
break;  
}  
break;  
case 3:  
switch($select2)  
{  
case 1:  
$querystring.=" where no=".$no." and type="".$type.""";  
$showstr.="????".$no."并且??e??".$type."所有?稻?";  
break;  
case 2:  
switch($price)  
{  
case 1:  
$querystring.=" where no=".$no." and type="".$type."" or price<50 ";  
$showstr.="????".$no."并且??e??".$type."或者价格少于50元的所有?稻?";  
break;  
case 2:  
$querystring.=" where no=".$no." and type="".$type."" or price between 50 and 200";  
$showstr.="????".$no."并且??e??".$type."或者价格介于50到200元?g的所有?稻?";  
break;  
case 3:  
$querystring.=" where no=".$no."and type="".$type."" or price>200";  
$showstr.="????".$no."并且??e??".$type."或者价格大于200元?g的所有?稻?";  
break;  
}  
break;  
case 3:  
switch($price)  
{  
case 1:  
$querystring.=" where no=".$no." and type="".$type."" and price<50 ";  
$showstr.="????".$no."并且??e??".$type."并且价格少于50元的所有?稻?";  
break;  
case 2:  
$querystring.=" where no=".$no." and type="".$type."" and price between 50 and 200";  
$showstr.="????".$no."并且??e??".$type."并且价格介于50到200元?g的所有?稻?";  
break;  
case 3:  
$querystring.=" where no=".$no."and type="".$type."" and price>200";  
$showstr.="????".$no."并且??e??".$type."并且价格大于200元?g的所有?稻?";  
break;  
}  
break;  
}  
break;  
}  
$result=mysql_query($querystring,$linkstr);  
echo "<p>$showstr:<p>  
";  
if (@mysql_num_rows($result)>0)  
{  
while (list($no,$type,$name,$qty,$price)=mysql_fetch_row($result))  
{  
echo "<table align="center">";  
echo "<tr>";  
echo "<td>??尉??</td>";  
echo "<td>$no</td>";  
echo "</tr>";  
echo "<tr>";  
echo "<td>??e</td>";  
echo "<td>$type</td>";  
echo "</tr>";  
echo "<tr>";  
echo "<td>配件</td>";  
echo "<td>$name</td>";  
echo "</tr>";  
echo "<tr>";  
echo "<td>?盗?</td>";  
echo "<td>$qty</td>";  
echo "</tr>";  
echo "<tr>";  
echo "<td>价格</td>";  
echo "<td>$price</td>";  
echo "</tr>";  
echo "</table>";  
}  
}  
?>  

上一篇:PHP脚本的10个技巧(8)

栏    目:PHP代码

下一篇:PHP常用正则表达式精选(推荐)

本文标题:多重?l件?M合查?(二)

本文地址:http://www.codeinn.net/misctech/41132.html

推荐教程

广告投放 | 联系我们 | 版权申明

重要申明:本站所有的文章、图片、评论等,均由网友发表或上传并维护或收集自网络,属个人行为,与本站立场无关。

如果侵犯了您的权利,请与我们联系,我们将在24小时内进行处理、任何非本站因素导致的法律后果,本站均不负任何责任。

联系QQ:914707363 | 邮箱:codeinn#126.com(#换成@)

Copyright © 2020 代码驿站 版权所有