Introduction
Variables store information so you can use and change it later in your PHP program.
When you want to save a user's name to show it again.
When you need to keep track of a number that changes, like a score.
When you want to store input from a form to use it later.
When you want to reuse a value multiple times without typing it again.
When you want to do math with numbers that can change.