[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] php3 code write permisson
- Subject: Re: [cobalt-users] php3 code write permisson
- From: "Carrie Bartkowiak" <ravencarrie@xxxxxxxx>
- Date: Wed Jan 17 21:19:01 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Warning: fopen("emaillst.txt","a") - Permission denied in
/...../emaillst.php3 on line 19
First, are you sure you've got it spelled right, perhaps you wanted it to be
emaillist.txt (with an 'i' in list)...
Second, chmod the folder that you're bumping with php to 777. If you need to
protect it, you can always drop an .htaccess file in there to keep out
prying eyes... or put it above your web directory.
Carrie Bartkowiak