首页  >  文章  >  后端开发  >  php判断输出,该如何解决

php判断输出,该如何解决

WBOY
WBOY原创
2016-06-13 13:48:57776浏览

php判断输出
想判断一下本网页上面选中的值传给下面来判断输出数据库中的值
我想输出 
include('./conn/conn.php');
include('./common/header.php');
$sou=urldecode(trim($_GET['sou']));

$pagenum=2;
$page = intval($_GET['page']);
if(!empty($page)) {
$start_limit = ($page - 1) * $pagenum;
} else {
$start_limit = 0;
$page = 1;
}
$sqllts="select count(*) as total from coupon c,dealer d where c.dealerid=d.sid";
$quelts=mysql_query($sqllts);
$tatol=mysql_result($quelts,0,"total");
$page_page = page_search($tatol, $pagenum, $page, "",$sou);
?>








 

 


 


 
按类别:


 
无限制

$sqlp="select * from category";
$quep=mysql_query($sqlp);
$selectcate="";
$selectregionid=$_REQUEST['rid'];
while($myrow=mysql_fetch_array($quep)){  
?>
>
}
?>


 


 


 
按商区:


 

  $sqlp="select * from region";
$quep=mysql_query($sqlp);
$selectcate1="";
$selectcatenid=$_REQUEST['cateid'];
while($myrow=mysql_fetch_array($quep)){  
?>
>
}
?>


 


 


 

 

 


     
  • 您已选择:


  •  


  •  
  • 共有信息:
声明:
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn