View Single Post
Old 09-18-2008, 12:00 PM   #8 (permalink)
buggabill
The Contributor
 
buggabill's Avatar
 
Join Date: Jan 2008
Location: Maine, USA
Posts: 92
Thanks: 2
buggabill is on a distinguished road
Default

I think what we are looking for is the actual code where the loop resides. Does it look something like this?

php Code:
while (someexpression) {
    for(stuff) {
    ...
    }
}

Do you wish to prevent the for loop from being executed every time through the while and only execute it sometimes?

"Need more input!" - Johnny 5
__________________
-- Bill
"Why is it drug addicts and computer aficionados are both called users?" -Clifford Stoll
buggabill is offline  
Reply With Quote