When attempting to use:
require_once('page_fns.php');
I get the following error message:
failed to open stream: Permission denied
This is in a file called page2.php however when i run the same thing in index.php it works absolutely fine. I even copied and pasted all of index.php into a new file and tried to run this and got the same error message. I am now totally confused.
I am running this in IIS on windows 2k incase it has any relevance
Any help would be appreciated