Hmm.. new problem.
I have a directory off my root directory called \PreviousPages where I keep previous versions of my page, going back 10 days.
They are PHP files which reference a php function file in the root directory (Don't ask how I got php script to fwrite php script from the current page into a previous page file 🙂 ).
However, they don't work properly - unless I copy them to the root - then they work fine. If I copy the php function file down to the PreviousPages directory, they still don't work 😕
I thought the server root (localhost) would be the first place that gets looked at for php function files?