Home  >  Article  >  Backend Development  >  留言板读取出有关问题了,求指导

留言板读取出有关问题了,求指导

WBOY
WBOYOriginal
2016-06-13 11:51:49747browse

留言板读取出问题了,求指导
  include("conn.php");  
?>  

  
  $sql = "SELECT * FROM message order by lastdate desc";  
  $query = mysql_query($sql);  
  while($row = mysql_fetch_array($query)){  
?>  
  
    
    
    
    
    
    
  }  
?>  
  
    标题:= $row['title']?>
       
    用户:= $row['user']?>
内容:= toHtmlcode($row['content'])?>
  
  
------解决方案--------------------
内容:= toHtmlcode($row['content'])?>   
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