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