PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I'm having an interesting problem with some file upload issues.
I am uploading photos into a directory w/ 777 permissions and right after the photo is uploaded into the directory, I user the chmod command to set the permissions of the uploaded photo to 777 as well. Then I try to use the rename command to change the name of the photo and I get a permission denied error.