php如何输出到表格中

WBOY
Release: 2016-06-23 13:21:05
Original
2032 people have browsed it

我已经从mysql取出了数值 但我用的是模糊查询 
想把所有查到的数据都显示

while($row = mysql_fetch_array($query)){$a=$row["uid"];$b=$row["username"];$c=$row["password"];$d=$row["email"];
Copy after login

怎么才能循环插入表格中 显示所有


回复讨论(解决方案)

我已经结局 谢谢

while外部加上table的tr td
内部对应好tr td即可。

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!