Skip to content

Instantly share code, notes, and snippets.

@phpfiddle
Created April 7, 2013 21:46
Show Gist options
  • Save phpfiddle/5332688 to your computer and use it in GitHub Desktop.
Save phpfiddle/5332688 to your computer and use it in GitHub Desktop.
<?php
$keys = array("name","date","event","location","address","description","link","linkname");
foreach ($keys as $key) {
echo ($key . "<br>" . PHP_EOL);
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment