Making columns

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!

Moderator: General Moderators

Post Reply
tommykent1210
Forum Newbie
Posts: 2
Joined: Sat Oct 24, 2009 10:08 am

Making columns

Post by tommykent1210 »

Ok so i have a random number generator that allows the user to decide how many numbers they want to generate (http://gfx-core.com/random) however if you choose 30 numbers to generate, they all get generated in a long list. How would i get them to be put into columns automatically? For example five columns.
Post Reply