|
ok came back to check if any replies, and just re-read my post, i found the bug... i had
foreach($mainCounter as $mainCounters) {
should be....
foreach($mainCounters as $mainCounter) {
but still there is a problem... the userid code is not showing...
i am trying to cycle through the userid code, and the two array variables, in turn.
|