Skip to content

Instantly share code, notes, and snippets.

@NandoKstroNet
Created June 21, 2017 21:57
Show Gist options
  • Save NandoKstroNet/847e507e715aafe80e39ae1b2f9d80a9 to your computer and use it in GitHub Desktop.
Save NandoKstroNet/847e507e715aafe80e39ae1b2f9d80a9 to your computer and use it in GitHub Desktop.
Código criado nos posts da série como começar a desenvolver com PHP pela Code Experts Learning
<?php
$a = 10;
if($a == 10) {
print 'A variável $a é igual a ' . $a;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment