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!
okay, so I'm fairly new to MySQL and PHP, but like to think I am a fast learner...
my problem:
I select a number of rows from a MySQL database (let's see fifteen) and want to display them in a table... but I want three results on each row (so it would be a 3x5 table). how do I do that? I know that I can display each result on a new line/row like this:
although, having played with it, I've worked it out.
the way you suggested also added a "<tr></tr>" before the actual output. I've changed it to the following, if you think it can be improved, I'm always looking to improve myself