Skip to content

Instantly share code, notes, and snippets.

@Jragon
Created September 19, 2012 19:54
Show Gist options
  • Save Jragon/3751850 to your computer and use it in GitHub Desktop.
Save Jragon/3751850 to your computer and use it in GitHub Desktop.
PHP alt sytax
<html>
<head>
<title><?=$title; ?></title>
</head>
<body>
<? if($loggedIn = true): ?>
<p>You're logged in!</p>
<? else: ?>
<p>You're not logged in!</p>
<? endif; ?>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment