I want php to create a folder that can store images for a user. So when someone succesfully creates an account a directory is created in the Images folder. I used the php mkdir function to create the directory, but i get an error saying permission denied. Doing some research i realized i need to edit the htaccess file to give permission to create a directory. Can someone give a link or tutorial on how to do this?
TLDR:I have a website on a godaddy server using Apache. Can someone guide me in right direction when it comes to editing the htaccess file to give permission for php to create a directory?
Thank you,