hey๐
in some way chmod is not working properly, well at least for me๐
I wrote a script which generates a file in a properly chmoded folder(777), everything works great but chmod, coz if I try to chmod these files by php, it fails without any notification.
I tried to chmod the selfgenerated files manually by ftp, but it fails too!
weird coz when I'm uploading a file into the same folder , I can chmod it afterwards by ftp.
what's wrong? what did overview?
why is that not working?
<?
...
chmod("$file", 0755);
...
?>
thank you
/run