Skip to content

Instantly share code, notes, and snippets.

@deyvin
Created January 15, 2013 18:12
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 deyvin/4540619 to your computer and use it in GitHub Desktop.
Save deyvin/4540619 to your computer and use it in GitHub Desktop.
<?php
$bebeu_agua = "Não";
$ta_com_sede = "To";
if($bebeu_agua == "Não") {
if($ta_com_sede == "To") {
echo "Água, Água, Água mineral, Água mineral...";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment