Page 1 of 1

Table format one field as matrix

Posted: Thu Nov 13, 2008 5:22 pm
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

Re: Table format one field as matrix

Posted: Thu Nov 13, 2008 5:37 pm
by requinix
Take a look at this thread.

It's not your exact problem, but it tells you how to solve it.

Re: Table format one field as matrix

Posted: Thu Nov 13, 2008 7:08 pm
by scottwater
works great -thanks