Skip to content

Instantly share code, notes, and snippets.

@joelg
Created May 23, 2010 20:18
Show Gist options
  • Save joelg/411216 to your computer and use it in GitHub Desktop.
Save joelg/411216 to your computer and use it in GitHub Desktop.
<?php
function hello($name)
{
echo "Hello $name";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment