Home  >  Article  >  Backend Development  >  php如何输出到表格中

php如何输出到表格中

WBOY
WBOYOriginal
2016-06-23 13:21:052033browse

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

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

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


回复讨论(解决方案)

我已经结局 谢谢

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

Statement:
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