Help for this page

Select Code to Download


  1. or download this
    This is a test.
    This is line #2
    
  2. or download this
    $array[0][0] = "This";
    $array[0][1] = "is";
    $array[0][2] = "a";
    ...
    $array[1][1] = "is";
    $array[1][2] = "line";
    $array[1][3] = "#2";