Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JeffMatson/646d9a69244dabe2c1ee16eac82f2cc4 to your computer and use it in GitHub Desktop.
Save JeffMatson/646d9a69244dabe2c1ee16eac82f2cc4 to your computer and use it in GitHub Desktop.
$list_array = array(
array(
'Column 1' => 'row1col1',
'Column 2' => 'row1col2',
),
array(
'Column 1' => 'row2col1',
'Column 2' => 'row2col2',
),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment