Help for this page

Select Code to Download


  1. or download this
    while ($i < $entry){
     $i = $entry (2/3);
    }
    
  2. or download this
     while(($i < $entry) && ($i ne $entry){
      $i = $entry(2/3);
    }