Table format one field as matrix

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
scottwater
Forum Newbie
Posts: 18
Joined: Tue Nov 11, 2008 9:07 pm
Location: Richmond, VA

Table format one field as matrix

Post by scottwater »

I'm trying to make a table where a single field in the table repeats for x times then starts the repeat on the following line - so the page looks like a matrix - and it continues down in rows until it runs out of records. I'm real new with php so bear with me. Thanks -Scott
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: Table format one field as matrix

Post by requinix »

Take a look at this thread.

It's not your exact problem, but it tells you how to solve it.
scottwater
Forum Newbie
Posts: 18
Joined: Tue Nov 11, 2008 9:07 pm
Location: Richmond, VA

Re: Table format one field as matrix

Post by scottwater »

works great -thanks
Post Reply