View Single Post
Old 01-27-2013, 10:07 AM   PM User | #2
needsomehelp
Regular Coder

 
Join Date: Oct 2009
Posts: 306
Thanks: 4
Thanked 3 Times in 3 Posts
needsomehelp can only hope to improve
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.
needsomehelp is offline   Reply With Quote