Help for this page

Select Code to Download


  1. or download this
    $meaningless=0;
    $alternate=0;
    ...
        $alternate=1;
      }
    }
    
  2. or download this
    $meaningless_count=0;
    $alternate_count=0;
    ...
        $alternate_count++;
      }
    }