[PHP] Re: File Write Permission Errors - HELP! URGENT!!!

2002-11-25 Thread Craig
you must give the same permissions to the folder also. Phil Powell [EMAIL PROTECTED] wrote in message 0ca201c2947e$44690a80$dcbe6444@scandinawa1bo6">news:0ca201c2947e$44690a80$dcbe6444@scandinawa1bo6... Hi I have the following code that breaks: // PLACE NICK INTO NICKNAMES.TXT AND START OFF

[PHP] Re: File Write Permission Errors - HELP! URGENT!!!

2002-11-25 Thread Phil Powell
I did just that. Permissions are set the /chat folder as it is in all other folders. This is the first time I've ever done fopen with w and I can't get it to write, always getting unable to access errors. I want to be able to create the file if it does not exist. It works for me to do r in all

Re: [PHP] Re: File Write Permission Errors - HELP! URGENT!!!

2002-11-25 Thread Marek Kilimajer
If you want to create a file, the directory must be writeable to the server proces, so if the directory is owned by you do chmod o+w chat Phil Powell wrote: I did just that. Permissions are set the /chat folder as it is in all other folders. This is the first time I've ever done fopen with w