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

WBOY
Release: 2016-06-13 11:51:49
Original
748 people have browsed it

留言板读取出问题了,求指导
  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'])?>   
Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!