I tried this to see if it would work first then shout if a problem. How can I do something like this?
for ($i=9;$i<15;$i++)
for ($i=0;$i<9;$i++)
for ($i=15;$i<20;$i++)
for ($i=20;$i<29;$i++)
for ($i=29;$i<38;$i++)
for ($i=38;$i<40;$i++)
} } } } } }
And be able to pass the same code within the loop system?
for ($i=9;$i<15;$i++)
for ($i=0;$i<9;$i++)
for ($i=15;$i<20;$i++)
for ($i=20;$i<29;$i++)
for ($i=29;$i<38;$i++)
for ($i=38;$i<40;$i++)
} } } } } }
And be able to pass the same code within the loop system?