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 am designing a looping column and row. It should loop the column 3 times then loop to next row and begin looping the column 3 more times. Here is my code:
New problem ... it loops rows as many times as the records. It is not consecutively pulling the next record. In other words, all of my content is duplicated each column and not the next record.
I do that because of the color scheme of DreamWeaver and my lack of PHP skills. What I'm getting now is a looping column that ends on the third record. But never goes to the next row.
Maybe if I could understand your code. I search PHP.net with some of it that you used and found nothing on some things. For example, what does for(;;) mean?