I want to get an array of all the rows of a table in a database, and print all of its contents. For example: If I had an SQL table with a list of peoples names, how could I print all the names in the database into an HTML code?
The HTML code would look something like this:
Let me know If you don't understand my question.
Thanks
Goober.
The HTML code would look something like this:
Code:
<li>John</li> <li>Alex</li> <li>George</li>
Thanks
Goober.
Comment