|
Any PHP experts??
Is it correct that PHP can only delete files or folders owned by apache (or created using php)? If that is correct, is there a way around it?
I want a script Im writing to auto delete some files that were uploaded by ftp. I tried getting php to chmod the files to 777 but it wont do that even?
|