> 백엔드 개발 > PHP 튜토리얼 > php多条件外加查询

php多条件外加查询

WBOY
풀어 주다: 2016-06-13 11:45:08
원래의
946명이 탐색했습니다.

php多条件叠加查询

<?<br />header("Content-Type:text/html;charset=utf-8");<br />include("../manage/include/function.php");<br />	$brand=substr($_POST["brand"],0,strlen($_POST["brand"])-1); <br />	$color=substr($_POST["color"],0,strlen($_POST["color"])-1); <br />	$caizhi=$_POST["caizhi"];<br />	$style=$_POST["style"];<br />	$kucun=$_POST["kucun"];<br />	echo($brand."</br>");<br />	echo($color."</br>");<br />	echo($caizhi."</br>");<br />	echo($style."</br>");<br />	echo($kucun);<br />	<br />	$q="select * from pros_pro where (1=1)";<br />	if($brand!=null){<br />		$q=$q+"and psp_brand in(".$brand.")";<br />	}<br />	if($color!=null){<br />		$q=$q+"and psp_color in(".$color.")";<br />	}<br />	if($caizhi!=null){<br />		$q=$q+"and psp_caizhi='".$caizhi."'";<br />	}<br />	if($style!=null){<br />		$q=$q+"and psp_style='".$style."'";<br />	}<br />	if($kucun!=null){<br />		$q=$q+"order by psp_stock desc";<br />	}else<br />	{<br />		$q=$q+"order by psp_id desc";<br />	}<br />	<br /><br />	$rows=query($q);<br />	if($row=mysql_fetch_array($rows))<br />	{<br />		do{<br />?><br />			<td align='right'><div align='center'><?php echo $row['psp_name'];?></div></td><br />	<?    }while($row=mysql_fetch_array($rows));<br />	}<br />	else<br />	{?><br />		<td align='right'><div align='center'>没有符合条件的信息,请重新定义搜索条件!</div></td><br />	<?<br />	}<br />	?>	
로그인 후 복사


这个代码有神马问题?为什么会报错:Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in /data/home/hmu069081/htdocs/products/get_post.php on line 37
且没有符合条件的信息,可是我选的条件明明是有记录的

관련 라벨:
원천:php.cn
본 웹사이트의 성명
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.
인기 튜토리얼
더>
최신 다운로드
더>
웹 효과
웹사이트 소스 코드
웹사이트 자료
프론트엔드 템플릿