July 31, 2010
Understanding Variables
Variables. They hold information. They contain values that can be made to change or stay the same depending on your purpose. A variable let’s call it “$x” could contain a number like 14 or a string of text like “this is a string” or some other more complex data type such as an array. In [...]