$ses=" where selluserid=".$luserid;
if($_GET[ifhf]=="no"){$ses=$ses." and hftxt=''";}
if($_GET[ifhf]=="yes"){$ses=$ses." and hftxt<>''";}
if($_GET[st1]!=""){$ses=$ses." and txt like '%".$_GET[st1]."%'";}
$page=$_GET["page"];if($page==""){$page=1;}else{$page=intval($_GET["page"]);}
pagef($ses,10,"yjcode_wenda","order by sj desc");while($row=mysql_fetch_array($res)){
while1("*","yjcode_pro where bh='".$row[probh]."'");$row1=mysql_fetch_array($res1);
?>
- 商品信息:
- =$row1[tit]?>
- 提问会员:
- =returnnc($row[userid])?>
- 提问时间:
- =$row[sj]?>
- 回复内容:
- if(empty($row[hftxt])){?>【暂未回复,点击进行回复】 }else{?>回复时间:=$row[hfsj]?>
回复内容:=$row[hftxt]?> }?>
}?>
$nowurl="prowdlist.php";
$nowwd="ifhf=".$_GET[ifhf];
require("page.php");
?>