Here I am yet again, asking the
Off-Topic questions that doesn't really have anything to do with rev... Um how can I organize the results from an SQL query into tables? I'm talking about PHP here. For example, I do a query to a database and the results have been returned, how do I organize them into tables so that when outputted to the user's browser it looks organized in such a way as:
Code: Select all
Col 1 | Col 2 | Col 3
--------------------------
test1 | test1 | test1
--------------------------
test2 | test2 | test2
--------------------------
test3 | test3 | test3
--------------------------
test4 | test4 | test4
--------------------------
test5 | test5 | test5
--------------------------
test6 | test6 | test6
I hope you can see my point and what I'm tryng to obtain... Thanks for the answers revPeople.. ^^