欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  后端开发

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

程序员文章站 2022-06-05 23:01:43
...
留言板读取出问题了,求指导
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'])?>


------解决方案--------------------