$sql="select*frommessage"; $query=mysql_query($sql); while($row=mysql_fet"/>
PHP头条
热点:

php可以写入数据无法读取数据库(读取代码),


php可以写入数据无法读取数据库(读取代码),求助!!!

include("conn.php");
?>

$sql="select * from message"; 

$query= mysql_query($sql);

while($row= mysql_fetch_array($query))
{
?>
  
    用户:
    标题:
  

    内容:
  
     }
  ?>












分享到:
------解决方案--------------------

    用户:php echo $row[user] ?>
    标题:php echo $row[title] ?>
  

    内容:php echo $row[content]?>
  

www.phpzy.comtrue/phprm/7199.htmlTechArticlephp可以写入数据无法读取数据库(读取代码), php可以写入数据无法读取数据库(读取代码),求助!!! include("conn.php"); ?> $sql="select*frommessage"; $query=mysql_query($sql); while($row=mysql_fet...

相关文章

相关频道:

PHP之友评论

今天推荐