html

Charlie's Variable Vantastic Adventure

Where the variables come to play!

Loops of Doom | Conditional Logic More Loops, Less Sleep

Loops of Doom

for ($i = 0; $i < 10; $i++) { echo "Variable Vantastic"; }

Conditional Logic

if ($i > 5) { echo "You're a winner!"; } else { echo "You're a loser."; }

More Loops, Less Sleep for the full story!