如何从数据库调出数据显示到页面 PHP+Mysql+Html(简单实例)

2025-3-26 / 0 评论 / 1 阅读

https://blog.csdn.net/lynxzong/article/details/12194247

首先显示一下数据库的数据

页面信息

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

< html xmlns="http://www.w3.org/1999/xhtml">
< head>
< meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

< title>无标题文档
< /head>

< center> < caption>留言内容 < tr> < ?php \$link=mysql\_connect('localhost','root','123')or die("数据库连接失败"); //连接数据库 mysql\_select\_db('lyb',\$link);//选择数据库 mysql\_query("set names utf8");//设置编码格式
编号用户标题内容发表时间