Help for this page

Select Code to Download


  1. or download this
    while($condition) {
        # do something
    
        $condition = 0;  # Make sure condition is false at the end
    }