09-18-2008, 12:00 PM
|
#8 (permalink)
|
|
The Contributor
Join Date: Jan 2008
Location: Maine, USA
Posts: 92
Thanks: 2
|
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
|
|
|
|