Skip to content

Instantly share code, notes, and snippets.

@mattagar
Created July 23, 2008 05:52
Show Gist options
  • Save mattagar/1550 to your computer and use it in GitHub Desktop.
Save mattagar/1550 to your computer and use it in GitHub Desktop.
Nothing interesting...
<?
// a comment
foreach ($things as $thing) {
echo $thing;
}
?>
<?
phpinfo();
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment