PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Does anyone have a link to a discussion on how to set permissions so a php app can append to a file? I am running IIS on Win 2003. Thanks for your help.
Joe wrote:I am sure setting the directory mode to 777 would do the trick!.
Actually, you'd be surprised. That only works on *nix based systems, won't work on Windows. Besides, how would you set it? FTP? I don't think Windows-based FTP servers give you that option...