Quote Originally Posted by Gavo View Post
You want to display a php file without it being parsed?

You can use htaccess to turn off php parsing in a directory
http://www.electrictoolbox.com/disab...ache-htaccess/
Hes looking to still include the page which means he will need php to still parse..'

You will need to use a combination of file_read_contents and have it read only.. If you allow it to write people can write shell files.