Skip to main content
Participant
August 21, 2009
Answered

displaying data in an html table

  • August 21, 2009
  • 1 reply
  • 720 views

I need to display some products in an html table as follows: Products 1-3 in row 1, products 4-5 in row 2, etc. How do I set up a repeating region to make that happen? I tried repeating the cell, but of course that just keeps repeating in one row. Please bear in mind I am very new to PHP (obviously). Could someone direct me to an easy to understand tutorial for this? Thanks!

This topic has been closed for replies.
Correct answer bregent

You will need a horizontal looper for that . Search for 'php horizontal looper'.

1 reply

bregentCorrect answer
Participating Frequently
August 21, 2009

You will need a horizontal looper for that . Search for 'php horizontal looper'.

Participant
August 21, 2009

Thanks so much!