Re: [PHP] Arranging Data

2002-04-17 Thread Miguel Cruz
I'm not going to give you code because that would make it too easy. Start a counter variable at 0. Increment it with each cell you draw. Once it reaches the number of cells you want across, set your counter back to zero and draw the appropriate stuff. Presto. miguel On Wed, 17 Apr 2002, Ja

[PHP] Arranging Data

2002-04-17 Thread Jason Soza
How would I have a script display results in a table, but make it so that once 3 or 4 results are displayed in one table row, a new table row would be started? Right now I have something like: printf("",$pic1); And all the records for $pic1 come out into a single column which, if I had many r