Skip to content

Instantly share code, notes, and snippets.

@danilowm
Created February 1, 2012 20:03
Show Gist options
  • Save danilowm/1719014 to your computer and use it in GitHub Desktop.
Save danilowm/1719014 to your computer and use it in GitHub Desktop.
If de uma linha PHP
<?php
// Depois do Interrogação( ? ) vem o TRUE
// Depois do Dois Pontos ( : ) vem o FALSE
echo ( $sexo == "Masculino" ? "Você é homem" : "Você é mulher" );
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment