I am having to use fopen() to open up a file that is found outside the document root. Of course, Apache can't normally access files outside of the docroot, but due to security requirements the CSV file must reside outside the docroot, however, for functionality requirements, the PHP scripts via Apache must be open to open this file.
How can I do this?
Thanx
Phil