Variables in PHP

Variables in PHP are used to store data and that variable can be used later in the program. The variable is assigned with the ‘$’ sign.