Okay this is the first time i did some o the stuff i do now so i stumbled upon this interesting thing... I build an upload edit wahtnot script that does just that, uploads edits renames lists files and much more, funny thing that i can edit all those files within my website...through the script but when i actually SSH to try to get rid of them i am denied, PHP wrote them under a different owner, so permissions are funny... what if i wanted to override this setting, what if i can set what PHP writes things as... i wish i could set this with my .htaccess since i cannot write to php.ini... but if you could tell me how...i can deal with .htaccess...
Thanks...
Permissions...
Moderator: General Moderators
http://us2.php.net/manual/en/function.chmod.php
http://us2.php.net/manual/en/function.chown.php
have fun....you'll have to do it for each file you upload.
http://us2.php.net/manual/en/function.chown.php
have fun....you'll have to do it for each file you upload.