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.

Published
Categorised as PHP

Leave a comment