Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Unhappy Loop

Status
Not open for further replies.

ZOR

Technical User
Jan 30, 2002
2,963
GB
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?
 
Sorry Tony, had just come off php code. Will move over, thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top