PHP Variables
Introduction:
This tutorial will cover variables in PHP.
What is a variable?
A variable is a piece of information which holds a value. Each variable has a type and a reference name.
- Read more about PHP Variables
- Log in or register to post comments
- 23 views