Skip to content

Instantly share code, notes, and snippets.

@ivey
Created November 24, 2010 18:19
Show Gist options
  • Save ivey/714130 to your computer and use it in GitHub Desktop.
Save ivey/714130 to your computer and use it in GitHub Desktop.
<?php
$a = "test";
$b = "another";
$c = "just";
print "this is $c $b $a";
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment