Skip to content

Instantly share code, notes, and snippets.

@DylanCodeCabin
Created March 29, 2017 09:42
Show Gist options
  • Select an option

  • Save DylanCodeCabin/9809a0875be4207bce8364b19b32d94c to your computer and use it in GitHub Desktop.

Select an option

Save DylanCodeCabin/9809a0875be4207bce8364b19b32d94c to your computer and use it in GitHub Desktop.
<?php
$user_information = array();
$user_information[“Name”] = “John Doe”;
$user_information[“Gender”] = “Male”;
$user_information[“Age”] = “42”;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment