Hi all,
I made a while loop and i'd like to know the comand to break it from inside.
Here is my script :

while ($michou<=$maxFiles){
/// My script //////// and ate the end :
if ($michou>$michoumax) {
break;
}
}

But it doesnt work....
Can i put 2 conditions in the while() command ? if yes, what is the
structure ?
Thanks,
hacook



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to