Wednesday, 21 October 2015
PHP 5 Variables
PHP 5 Variables
php-tutorials
Variables
Published on
03:42
By:
Taha
In:PHP 5 Variables, php-tutorials, Variables
Creating (Declaring) PHP Variables
In PHP, a variable starts with the $ sign, followed by the name of the variable:
Definition:A variable can have a short name (like x and y) or a more descriptive name (age, carname, total_volume).
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment