多重条件组合查询(二)_PHP教程
程序员文章站
2022-05-09 15:41:51
...
接一来这部分是实现用户提交之后的查询结果,也是程序代码的主体部份:
$linkstr=MySQL(和PHP搭配之最佳组合)_connect("localhost","root","sa");
MySQL(和PHP搭配之最佳组合)_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$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$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$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$showstr.="类型为".$type."并且价格少于50元的所有数据";
break;
case 2:
$querystring.=" where type="".$type."" and price between 50 and 200";
$showstr.="类型为".$type."并且价格介于50到200元间的所有数据";
break;
$linkstr=MySQL(和PHP搭配之最佳组合)_connect("localhost","root","sa");
MySQL(和PHP搭配之最佳组合)_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$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$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$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$showstr.="类型为".$type."并且价格少于50元的所有数据";
break;
case 2:
$querystring.=" where type="".$type."" and price between 50 and 200";
$showstr.="类型为".$type."并且价格介于50到200元间的所有数据";
break;
推荐阅读
-
PHP组合查询多条件查询实例代码第1/2页
-
FleaPHP框架数据库查询条件($conditions)写法总结,fleaphpconditions_PHP教程
-
linq-PHP二维数组查找数据,条件查询如何实现
-
php二分法在IP地址查询中的应用_PHP教程
-
PHP组合查询多条件查询实例代码第1/2页
-
php通过数组实现多条件查询实现方法(字符串分割)_PHP教程
-
Yii2.0中文开发向导——Where条件查询全解析,_PHP教程
-
ThinkPHP3.1新特性之查询条件预处理简介_PHP教程
-
PHP基于二分法的手机号码归属查询与传统查询效率比较_PHP教程
-
php数组合并的二种方法_PHP教程