Tagged Questions
0
votes
1answer
364 views
How can I display the results of mysql_fetch_assoc in a dynamic table?
I have a MySQL database with several columns and two rows of data, so far. I'm using mysql_fetch_assoc to return the data in database, but I don't know how to put it all together in a table so that I ...