How to delete a folder in which was started ap a script? (php)
- by Ole Jak
so I have a delete.php in folder abc so i call localhost/abc/delete.php . I want to be able to delete abc folder and all its contents from server when I call localhost/abc/delete.php How to do such thing?