Home >Backend Development >PHP Tutorial > php分页显示,请教这怎么解决page未定义

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

WBOY
WBOYOriginal
2016-06-13 12:56:53847browse

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{
?>
          
            
              
            
          
暂无电脑信息资源!
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn