Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×
PHP

Journal Jarlsberg's Journal: PHP Tutorial - Variables

A variable is a means of storing a value, such as a text string or a number. In PHP you do not have to declare your variable, as it's automatically declared when you set it. Since you do not need to declare the variable, you do not have to specify what kind of data it contains either.
This discussion has been archived. No new comments can be posted.

PHP Tutorial - Variables

Comments Filter:

Intel CPUs are not defective, they just act that way. -- Henry Spencer

Working...