BostonChowder
Technical User
I am trying to delete a large tree of files on my server. What I need is a way to delete it quickly using php.
I usually use telnet with rm -rf directory
But I do not have telnet access to this particular server. How can I do this in PHP?
I usually use telnet with rm -rf directory
But I do not have telnet access to this particular server. How can I do this in PHP?