header location: $_SERVER["PHP_SELF"] security vulnerability
I thought I would share this section of code I found in the Zend Framework. It truncates PHP_SELF at the first embedded new line in order to prevent unwanted code being inserted into the headers. // Carefully construct this value to...