07-27-2010, 02:18 AM
Well, he's never said anything about a MySQL table. He could just mean a regular table ;)
But no, its used in common practice, to echo rows of a MySQL table into columns. Take for example the forum we're currently using. Its using a while loop to get the rows of the posts and echo them out into a table appropriately, one at a time, and in the correct order.
Same with threads, etc.
But no, its used in common practice, to echo rows of a MySQL table into columns. Take for example the forum we're currently using. Its using a while loop to get the rows of the posts and echo them out into a table appropriately, one at a time, and in the correct order.
Same with threads, etc.