Skip to content

Instantly share code, notes, and snippets.

@arthurschreiber
Forked from anonymous/gist:1855792
Created February 17, 2012 22:34
Show Gist options
  • Save arthurschreiber/1855851 to your computer and use it in GitHub Desktop.
Save arthurschreiber/1855851 to your computer and use it in GitHub Desktop.
if ($status == 1) {
echo 'es geht mir gut'
}
elseif ($status == 10) {
echo 'es geht mir nicht gut'
}
else {
echo 'es geht mir solala'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment