34,333
edits
Changes
→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>