Hi,
I have a php page which loads a number of categories from a database called Category.
Using a simple SELECT * FROM CATEGORY command I have output all the category names from the table.
What I want to do is then output these reults in columns of three before dropping onto the next row to output the next couple of results.
Currently I output these results in rows or in big coloumn across the screen, but not in small columns of three or four.
If anyone understands that could you help?
Tambo