Introduction
Summary
Ninjas learn the basics of coding with PHP, building a “guess a number” game.
What’s Covered
- Getting input from the user
- Outputting text/HTML with echo
- Combining text with variables
- Basic mathematical operations
- Passing and retrieving variables via HTML forms & query strings
- If, Else, Elseif logic