Skip to content

Instantly share code, notes, and snippets.

@toddgeist
Last active December 15, 2015 15:28
Show Gist options
  • Save toddgeist/5281528 to your computer and use it in GitHub Desktop.
Save toddgeist/5281528 to your computer and use it in GitHub Desktop.
Let Variable String
$firstName = "Todd" ;
$lastName= "Geist" ;
$age = 6;
$birthDate = "5/13/2007" ;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment