PHP Delete Directory
PHP Delete Directory
Out of context: Reply #4
- Started
- Last post
- 4 Responses
- rabattski0
oooh hold on. check the comments on php.net at unlink() and rmdir(). there's an example somewhere for deleting a folder content (including subdir's etc). what you try to do is possible but depends on your php config (because that's not an php command but a *nix command (that rm -rf bit)) if it allows command lines execution.