Changes

Jump to: navigation, search

An Introduction to PHP Variables

212 bytes added, 14:21, 25 May 2007
Creating a Variable in PHP
</pre>
 
Variable names in PHP are case-sensitive. This means that PHP considers ''$_myVariable'' to be a completely different variable to one that is named ''''$_myvariable''.
 
== Assigning a Value to a PHP Variable ==

Navigation menu