Skip to content

Instantly share code, notes, and snippets.

@flagoworld
Created November 8, 2011 22:34
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 flagoworld/1349512 to your computer and use it in GitHub Desktop.
Save flagoworld/1349512 to your computer and use it in GitHub Desktop.
<?php
if(1)
{
?>
<h3>the if statement evaluates to true!</h3>
<?php
}else
{
?>
<h3>it wasnt true :[</h3>
<?php
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment