Changes

Jump to: navigation, search

An Introduction to PHP Variables

2 bytes added, 16:49, 25 May 2007
Assigning a Value to a PHP Variable
</pre>
The above assigment assignment creates a variable named ''numberOfShapes'' and assigns it a numeric value of 6. Once a varaible variable has been created , the value assigned to that variable can be changed at any time using the same assignment operator approach:
<pre>

Navigation menu