如何在页面下固定位置显示数据库的值

WBOY
Release: 2016-06-13 12:56:43
Original
1246 people have browsed it

怎么在页面上固定位置显示数据库的值
是这样,我某一个页面上要显示一个角色对应的四个父亲名(最多也只能是四个)
html代码如下:

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



旧的回忆F










父亲:






父亲:






父亲:






父亲:



 如何在页面下固定位置显示数据库的值





数据库中存放该信息的表名叫father,里面有两个字段(user_name,fname)

------解决方案--------------------
url 上出现了id没有?

$query=mysql_query($sql) or die(mysql_error());  //报错了没有
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!