Help for this page

Select Code to Download


  1. or download this
    ++$x;
    $array[$x + 1] = $x;
    ++$x;
    
  2. or download this
    ++$x;
    ++$x;
    $array[$x] = $x;