Skip to content

Instantly share code, notes, and snippets.

@beresmate
Created February 7, 2011 20:50
Show Gist options
  • Save beresmate/815176 to your computer and use it in GitHub Desktop.
Save beresmate/815176 to your computer and use it in GitHub Desktop.
Hello World
<?php
dsm("Hello World!");
function myFunction($node){
print $node->title;
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment