PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I want to take categories from the database and place them in an HTML table on the page, five columns across. Each main category has it’s “own” page, dynamically generated from another main index; thus, I can’t use any specific “category names” as I have no clue which categories might be on any given page.
How would I cut this up so that it will place a </TR><TR>after every five categories as to look symmetrical in design? From my searching of this forum and the PHP manual I believe what I am trying to do is called a multi dimensional array, but am not certain how to go about this.