当前位置:Gxlcms > PHP教程 > 留言板读取出有关问题了,求指导

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

时间:2021-07-01 10:21:17 帮助过:6人阅读

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

$sql = "SELECT * FROM message order by lastdate desc";
$query = mysql_query($sql);
while($row = mysql_fetch_array($query)){
?>







}
?>

标题:

用户:
内容:


------解决方案--------------------
内容:

人气教程排行