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!
Say i know how many results im have got from my query, i then want to format them into a table on the page. If want to have 5 columns and i have 17 results back, i want to go along putting each result in a cell till it gets to the end of the row then start a new row. Im not sure how to do this. Ie get it to only print out 2 cells on the last row.