Help for this page

Select Code to Download


  1. or download this
    for($i=0;$i<10;$i++) {
       &do_something($i);
    }
    
  2. or download this
    for($i=1;$i<=10;$i++) {
       &do_something($i);
    }