$date1=date("Y-m-d"); $sgsql=mysql_query("select*fromtb_leaguerinfowheretype='公寓信息'andshowday>='"/>
PHP头条
热点:

php分页显示,请教这怎么解决page未定义


php分页显示,请问这如何解决page未定义?

include("conn/conn.php");
?>

  
    
      
         
      
      
        

           $date1=date("Y-m-d");
$sgsql=mysql_query("select * from tb_leaguerinfo  where type='公寓信息' and showday>='$date1' and checkstate=1 ");
$sginfo=mysql_fetch_array($sgsql);
if($sginfo){
do{
?>
          
            
              『公寓信息』   
            
            
                  
            
            
               联系人:   联系电话:
            
            
              
            
          
           }while($sginfo=mysql_fetch_array($sgsql));
}else{
?>
          
            
              暂无电脑信息资源!
            
          

www.phpzy.comtrue/phprm/14049.htmlTechArticlephp分页显示,请教这怎么解决page未定义 php分页显示,请问这如何解决page未定义? include("conn/conn.php"); ?> $date1=date("Y-m-d"); $sgsql=mysql_query("select*fromtb_leaguerinfowheretype='公寓信息'andshowday>='...

相关文章

相关频道:

PHP之友评论

今天推荐