what i am trying to do is put the data returned from mysql into the traditional command line format on a web page like this:
+------------+------------+
| field1 | field2 |
+------------+------------+
| result1 | result2 |
+------------+------------+
am i mistaken, or is there a php function that does this??