Re: [PHP] Writing... But the permission is denied!

2001-04-12 Thread Richard
Greetings. (wrote an email too) > If you can't give your webserver write permission in the content directories Does that have anything to do with .HTACCESS and files such as that? - Richard -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For add

Re: [PHP] Writing... But the permission is denied!

2001-04-12 Thread Michael A. Peters
Needs to be read/writeable by the web server. Sorry dude, no other way that doesn't open up huge security risks. If you can't give your webserver write permission in the content directories- then write to /tmp. On Fri, 13 Apr 2001 01:57:40 +0200 "Richard" <[EMAIL PROTECTED]> wrote: > Greetings

[PHP] Writing... But the permission is denied!

2001-04-12 Thread Richard
Greetings. What can I do about file writing to a local folder, except for making the entire folder WRITE/EXECUTE, and ALL for me.. Is there any way I can program my scripts to be able to write or what is the problem? I have tryied making the folder WRITE/EXECUTE, and I had READ also for all a