PHP Dummy is a source of solution about PHP programming language, especially for dummies.
Saturday, April 3, 2010
Variables
Variables are used to store any kind of values. When the variables are declared, it can be used many times in your script. All variables in PHP must start with $ sign. For instances:
No comments:
Post a Comment