Home >Backend Development >PHP Tutorial >请高人加分页功能解决方法

请高人加分页功能解决方法

WBOY
WBOYOriginal
2016-06-13 11:09:23962browse

请高人加分页功能


  
    

  
    

      
        

      
            
              
            
          
 

      

        
  
    
    
  

 请高人加分页功能解决方法
  请选择查询依据:
      
      
      


include("conn/conn.php");
$query=mysql_query("select b.*,c.name as bookcasename,p.pubname,t.typename from tb_bookinfo b left join tb_bookcase c on b.bookcase=c.id join tb_publishing p on b.ISBN=p.ISBN join tb_booktype t on b.typeid=t.id");
$result=mysql_fetch_array($query);
if($result==false){
?>
          
            
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