Does PHP 5.x allow nested loops?
Cause 4 sure as hell don't and it's annoying the crap out of me. I've found you can next a foreach in a while, and then nest that in a for loop, but beyond that you're SOL. I'm writing a vote counting program and I need to have a four layer deep nested loop.
I'm so fustrated with it I'm about ready to write a visual basic program to do the job (I know how to set up the MyOBDC driver to do it).
|