Skip to content

Instantly share code, notes, and snippets.

@azyobuzin
Created August 3, 2012 12:34
Show Gist options
  • Save azyobuzin/3247196 to your computer and use it in GitHub Desktop.
Save azyobuzin/3247196 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<meta charset="utf-8">
<title>if test</title>
<?php
if (true) {
?>
<p>true</p>
<?php
} else {
?>
<p>false</p>
<?php
}
?>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment