Skip to content

Instantly share code, notes, and snippets.

View erikfritas's full-sized avatar
🍟
FRITAS

Érik Freitas erikfritas

🍟
FRITAS
  • Lumay Publicidade
  • Goiás - Brazil
View GitHub Profile
/**
* PHP is a very powerful language and I really recommend you get to know it.
*
* By @erikfritas from LUMAY
*/
// Variables in PHP:
$string = 'value';
$char = 'a'; # actually is a string
$int = 12345678910111213141516171819202122;