yaz
06-30-2005, 03:04 PM
Hi All,
I'm trying to write to a text file in a location similar to:
/app/htdocs/.../someFolder/someFile.txt
using fopen but i get false handle back. i can't use www. it needs to be /app/... I tried http://app/ but still no joy.
when i check for file existance using file_exists("/app/...") it returns true. I can even read the file using this path but for some reason i can't write handle to the file.
Any ideas?
I'm trying to write to a text file in a location similar to:
/app/htdocs/.../someFolder/someFile.txt
using fopen but i get false handle back. i can't use www. it needs to be /app/... I tried http://app/ but still no joy.
when i check for file existance using file_exists("/app/...") it returns true. I can even read the file using this path but for some reason i can't write handle to the file.
Any ideas?