[PHP] Re: Help! Stuck! Perm denied w/ fopen.

2002-12-07 Thread psy berpunk
That worked! Thank you! Dave wrote: i thought (could be wrong) that directories need execute to read within them, files only need r+w, to make a directory readable.. i always chmod 755 my directories and 644 my files (or in your case chmod 777 directories and 666 files, but i don't

[PHP] Re: Help! Stuck! Perm denied w/ fopen.

2002-12-06 Thread Dave
i thought (could be wrong) that directories need execute to read within them, files only need r+w, to make a directory readable.. i always chmod 755 my directories and 644 my files (or in your case chmod 777 directories and 666 files, but i don't recommend that at all). sometimes, i chgrp nobobdy