Date: 08/15/00
- Next message: Martin: "Re: [PHP] writing to file"
- Previous message: Ahmed: "[PHP] writing to file"
- Maybe in reply to: Ahmed: "[PHP] writing to file"
- Next in thread: Ahmed: "Re: [PHP] writing to file"
- Reply: Ahmed: "Re: [PHP] writing to file"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Strange.
This is the only thing i can think of. You said you have permission
777 on the directory you are trying to write to. Do you have execute
permission on the parent of that directory?
Mike
-----Original Message-----
From: Ahmed [mailto:ahmed <email protected>]
Sent: Tuesday, August 15, 2000 9:14 AM
To: php-general <email protected>
Subject: [PHP] writing to file
Hi all,
I have problems creating new files using fopen and touch.
when I use either of them I always get " permissoin denied " although I made
the permission of the directory I am writing to 777, but if the file already
exists I can write to it using fopen, so what the problem should be ??!
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Martin: "Re: [PHP] writing to file"
- Previous message: Ahmed: "[PHP] writing to file"
- Maybe in reply to: Ahmed: "[PHP] writing to file"
- Next in thread: Ahmed: "Re: [PHP] writing to file"
- Reply: Ahmed: "Re: [PHP] writing to file"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

