HTML5先行者高级交流群

欢迎加入学习讨论
专注前端,专注网页设计制作及网站开发项目 - (低价承接网站开发项目) QQ:370158739加入收藏RSS
多重件合查(二)_PHP教程_编程技术
2013-12-23 09:55:27
[小 大]
已经帮助:人解决问题
接一 部分是 用 提交之后的查 果,也是程序代 的主体部份:
<?
$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.=" 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元 的所有 据";
break;
case 3:
$querystring.=" where no=".$no." or price>200";
$showstr.=" ".$no."或者价格大于200元 的所有 据";
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元 的所有 据";
break;
case 3:
$querystring.=" where no=".$no." and price>200";
$showstr.=" ".$no."并且价格大于200元 的所有 据";
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元 的所有 据";
break;
case 3:
$querystring.=" where type="".$type."" or price>200";
$showstr.=" 型 ".$type."或者价格大于200元 的所有 据";
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元 的所有 据";
break;
case 3:
$querystring.=" where type="".$type."" and price>200";
$showstr.=" 型 ".$type."并且价格大于200元 的所有 据";
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元 的所有 据";
break;
case 3:
$querystring.=" where price>200";
$showstr.="价格大于200元 的所有 据";
break;
}
}
}
break;
case 2:
switch($select2)
{
case 1:
$querystring.=" where no=".$no." or type="".$type.""";
$showstr.=" ".$no."或者 ".$type."所有 据";
break;
case 2:
switch($price)
{
case 1:
$querystring.=" where no=".$no." or type="".$type."" or price<50 ";
$showstr.=" ".$no."或者 ".$type."或者价格少于50元的所有 据";
break;
case 2:
$querystring.=" where no=".$no." or type="".$type."" or price between 50 and 200";
$showstr.=" ".$no."或者 ".$type."或者价格介于50到200元 的所有 据";
break;
case 3:
$querystring.=" where no=".$no."or type="".$type."" or price>200";
$showstr.=" ".$no."或者 ".$type."或者价格大于200元 的所有 据";
break;
}
break;
case 3:
switch($price)
{
case 1:
$querystring.=" where no=".$no." or type="".$type."" and price<50 ";
$showstr.=" ".$no."或者 ".$type."并且价格少于50元的所有 据";
break;
case 2:
$querystring.=" where no=".$no." or type="".$type."" and price between 50 and 200";
$showstr.=" ".$no."或者 ".$type."并且价格介于50到200元 的所有 据";
break;
case 3:
$querystring.=" where no=".$no."or type="".$type."" and price>200";
$showstr.=" ".$no."或者 ".$type."并且价格大于200元 的所有 据";
break;
}
break;
}
break;
case 3:
switch($select2)
{
case 1:
$querystring.=" where no=".$no." and type="".$type.""";
$showstr.=" ".$no."并且 ".$type."所有 据";
break;
case 2:
switch($price)
{
case 1:
$querystring.=" where no=".$no." and type="".$type."" or price<50 ";
$showstr.=" ".$no."并且 ".$type."或者价格少于50元的所有 据";
break;
case 2:
$querystring.=" where no=".$no." and type="".$type."" or price between 50 and 200";
$showstr.=" ".$no."并且 ".$type."或者价格介于50到200元 的所有 据";
break;
case 3:
$querystring.=" where no=".$no."and type="".$type."" or price>200";
$showstr.=" ".$no."并且 ".$type."或者价格大于200元 的所有 据";
break;
}
break;
case 3:
switch($price)
{
case 1:
$querystring.=" where no=".$no." and type="".$type."" and price<50 ";
$showstr.=" ".$no."并且 ".$type."并且价格少于50元的所有 据";
break;
case 2:
$querystring.=" where no=".$no." and type="".$type."" and price between 50 and 200";
$showstr.=" ".$no."并且 ".$type."并且价格介于50到200元 的所有 据";
break;
case 3:
$querystring.=" where no=".$no."and type="".$type."" and price>200";
$showstr.=" ".$no."并且 ".$type."并且价格大于200元 的所有 据";
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>