PHP Basic Data types
The table shows the simple data types in PHP.
[TABLE=2]
PHP can automatically determine the type of variable depending on its value.
In PHP a variable does not need to be declared before being set.
PHP is loosely typed: it means you can change a variable’s data type at any time.