In order to build useful tools in PHP, you need to know how to manipulate data. Programming languages use variables to store and manipulate data.
In this chapter, you will learn how programming languages use variables to store and manipulate data and to build useful tools in PHP.
Using errors as tools
Objects
Verbs: GET and POST
Variables
A variable must start with the $ sign, followed by the name of the variable.
A variable name must start ...