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:


(click image to view)

No comments:

Post a Comment