Hello,
I have a form with posts mailing list information, via a php file, to a text file. The text file is currently in the same folder, but I want to put it in a folder at the same level as the www folder (so it can't be browsed). When I change the fopen to point to the folder, it always says it can't be found.
Right now, the fopen ("list.txt", 'a') points to the text file in it's relative location. The folder I want to point to sits much higher? What syntax would I use to point to it? Is there a special method for browsing above the www structure?
Thanks in advance!
NC