PHP executing rm -f -r dirname through exec

If exec doesn’t execute the rm -f -r dirname command then try shell_exec, it should work.

Leave a Reply