[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] php3 code write permisson



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