Jason Wong wrote:
On Friday 14 February 2003 16:36, Dunkel wrote:


How do I ensure that all file access permissions are allowed? What is
the proper way to do it?

- I tried to 'fopen' an existing text file but got "Permission denied"
error.
- I tried different parameters, same error
- I tried to use 'chmode', same thing
....

So, what should I do to get it work?

Try using the /fullpath/to/the/file. If you're in doubt about the permissions try writing to the system temp directory (/tmp for example).

Okay, thank you. I'll try that.
Is there any way to find out the full - whole - path?

Paul Dunkel
--
[EMAIL PROTECTED]


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to