Skip to content

Instantly share code, notes, and snippets.

@acacha
Last active October 18, 2016 13:52
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 acacha/0696079e15002d1c0d617ac69717a030 to your computer and use it in GitHub Desktop.
Save acacha/0696079e15002d1c0d617ac69717a030 to your computer and use it in GitHub Desktop.
hello world
function hello($name,$sn1){
echo "Hola " . $name . " " . $sn1 . "!";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment