PHP - Variable

Variable is used for storing the data. can be declared in different locations and can be used in different locations. it can be distinguished according to the lifetime: they are global or local static variables. it is possible use in the structure or function.

Use

variable use Using variables, you can access the data stored in a variable, can be used to store or retrieve the value.

$name