Hi again -
Fisrt off, thank you very much for the response......
I have 2 related questions
1 - concerning your comment....
Copy that text file to the directory in which the user chose to save the file using copy() (note: any directories that PHP writes to have to owned by "nobody" or "httpd") and rename it while your at it using the same copy() function.
Would I use chmod() in order to have the directory owned by "nobody" or "httpd"?
2 - when using fopen(), should i use absolute paths (i.e http://localhost/folder/file.txt) or should i use a relative path.
I ask this because when i tried to open and copy on localhost from the root folder to a subfolder, i got an error message saying that the file did not have copy permission. So, when i tried to do the same thing but using a relative path to the file (thus eliminating the wrapper [url]http://[/url]) nothing was outputted to the screen . Any thoughts?
THANKS AGAIN