Help for this page

Select Code to Download


  1. or download this
    something $array[$i]
    
  2. or download this
    something {$array} [$i]
    
  3. or download this
    something {$array[$i]}
    
  4. or download this
    something {$array}  [$i]
    
  5. or download this
    something $array[$i] $something_else
    
  6. or download this
    something {$array[$i]} $something_else
    
  7. or download this
    something {$array} [$i] $something_else