Skip to content

Instantly share code, notes, and snippets.

@jordanandree
Created September 2, 2010 21:14
Show Gist options
  • Save jordanandree/562960 to your computer and use it in GitHub Desktop.
Save jordanandree/562960 to your computer and use it in GitHub Desktop.
what the foo
<?php
$foo = 'foo';
echo $foo == 'foo' ? 'yes' : 'no';
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment