Constants? Well, I declare!
February 5th, 2007
In Essential PHP Security (p. 16), Chris Shiflett writes “A variable is just a container for … data, and it can always be overwritten later in the script with tainted data. Of course, this is why [it] is called a variable. If you don’t want the data to change, use a constant instead.”
Posted in Articles | 2 Comments »

