如何使用php或任何其他脚本语言在表行中显示数据库中的数据


How to display data from database in table rows with php or any other scripting language

我对php和mysql还是个新手。我想在我已经使用php编程语言或任何脚本语言设计的表中显示数据,但php将是我的服务器端语言。感谢那些愿意帮忙的人。!

您需要学习如何设置数据库:http://dev.mysql.com/doc/refman/5.0/en/creating-database.html

您必须学习如何应用php来使用该数据库:http://php.net/manual/en/ref.pdo-mysql.php

你必须学习html才能在页面上显示你的页面:http://www.w3schools.com/html/default.asp