Forum Moderators: coopster
I will try that... I hope that adding .inc will be it :-)
<quote>Timotheos said: I just always name my includes like filename.inc.php so I know they're includes but no matter what they get parsed.</quote>
According to webmonkey.com: "I like to use the suffix .inc with my include files so I can separate them from normal PHP scripts.[...]hackers might be able to guess the name of your include files and display them through the browser as text files. This could be bad if you've got sensitive information - such as database passwords - contained in the includes."
See how I have two extensions on that filename so it's always treated as a php file.