hi everyone
i have created a directory using the mkdir() in a php script...
i have created that directory in /home/username
this folder is owned by the group and user www-data
i am trying to change the ownership to anther user using chown() but it gives me permission denied...
how to overcome this???
please help
thanks in advance
i have created a directory using the mkdir() in a php script...
i have created that directory in /home/username
this folder is owned by the group and user www-data
i am trying to change the ownership to anther user using chown() but it gives me permission denied...
how to overcome this???
please help
thanks in advance
Comment