|
.php files are sent to the interpreter when they are requested in a browser, they will never be rendered to a browser under any circumstance I am aware of.
I just tried accessing a library include file in my server and it returned a blank page, not even any page source code to view. Another include file with a menu returned just the rendered html code, a bare list of links.
If anyone can view your php code directly, something is very wrong with your server, but I wouldn't worry about it. Try accessing your files directly yourself just to be sure.
Cheers,
Rob
|