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