I am not completly clear on that script.. what exactly is the $key?
I see how it works.. but I don't see how it if checks the next field...
But there is another complication.. each field is numbered C1 through C20 something.. like i said I want to display them if they are true (read: values of 1s).. then depending on the field I want to echo something else
so if say C2 C12 and C19 are all 1s I want to display them like:
Blah2, Blah12, Blah19
Not:
C2, C12, C19