fwrite without making folder CHMOD 777?
Hi guys,
Is it possible to use fopen/fwrite functions without making the targetfolder CHMOD 777?
I have read several times across the internet that one should avoid using 777 because of the danger of attacks. So is there a way to avoid it, and still have php create and write to a file?
Thanks.
Kind regards
|