Archive for October 4th, 2009

Sunday, October 4th, 2009

Protecting PHP Includes

Often what you place inside a PHP include file is intended to be a part of the content to display in a web page and you do not want people running the file separately in order to view that page fragment by itself. Admittedly it can be unlikely for people to guess where the include [...]