in reply to Re: Getting specific variable data per row.
in thread Getting specific variable data per row.


Here are sample data

data: ------------------ $team $user $idx $entries A A1 1 1 A A1 2 1 A A1 3 1 A A2 4 1 B B1 5 1 ------------------

I am trying to display something like this

display: ---------------------------- TEAM USER ENTRIES ---------------------------- A A1 3 A2 1 ---------------------------- 4 - TOTAL ---------------------------- B B1 1 ---------------------------- 1 - TOTAL ----------------------------