Changes

Jump to: navigation, search

An Introduction to PHP Variables

No change in size, 16:39, 25 May 2007
Accessing PHP Variable Values
<tt>The Circle is the $numberOfShapesth shape</tt>
Unfortunately PHp PHP will see the ''th'' on the end of the $numberOfShapes variable name as being part of the name. It will then try to output the value of a variable called $numberOfShapesth, which does not exist.

Navigation menu