View Single Post
Old 07-14-2009, 06:02 AM   #4 (permalink)
rguy84
The Contributor
 
Join Date: Jun 2009
Location: Seattle, WA
Posts: 76
Thanks: 1
rguy84 is on a distinguished road
Default

If PHP hits a bug and PHP isn't rendered, it won't be displayed... Sometimes firefox gives you the php tags... But I don't know what the point you are wanting to make. Cause if you put your functions two directories deep, and PHP fails and the php tags are shown, you will get:
PHP Code:
<?php
 
include('/path/to/file.php'); ?>
so you're SOL anyhow. If somebody really wants to grab your stuff, there are (or used to be) extensions that stop the php from executing. Then the only thing you can do is hope you chmod'ed that directory.
__________________
Ryan | Blog | Twitter
Send a message via AIM to rguy84 Send a message via MSN to rguy84 Send a message via Yahoo to rguy84 Send a message via Skype™ to rguy84
rguy84 is offline  
Reply With Quote