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 taking a wild guess that this might be a CHMOD issue...
After a file gets uploaded from my website to the server via PHP it won't allow me to delete it.. either through my FTP program or via the server admin apps.
Whenever I try to delete a PHP-uploaded file I get a "permission denied" or "permission not granted" error.
Has anyone had a similar problem or know how I can sort this out?
that is indeed a CHMOD problem. Check out the permissions on the files. If all else fails, do a CHMOD 777 (or 0777 if you are using php rather than shell).