Skip to content

Instantly share code, notes, and snippets.

@skounis
Created May 26, 2012 10:00
Show Gist options
  • Save skounis/2793198 to your computer and use it in GitHub Desktop.
Save skounis/2793198 to your computer and use it in GitHub Desktop.
Drupal dev with debugging - hello.php
<?php
$name = "Smith";
echo "Hello " . name;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment