PHP variables


 

PHP variables

A variable is like a container which stores a value which can be modified further. In this current tutorial we will study declaration, types and use of variables in PHP.

A variable is like a container which stores a value which can be modified further. In this current tutorial we will study declaration, types and use of variables in PHP.
PHP Variable Index A variable is like a container which stores a value which can be modified further, in each computer language programming variables plays a vital role and in each language the declaration of it varies. Unlike a constant variable value of a simple variable may be changed. In this current tutorial we will study declaration, types and use of variables in PHP. We will see the types of variables and the difference also. Following examples will exemplify:

Ads