Hello .. I would like to know if its possible to recursively remove a directory from server with php!
10x
Armando
simplest method: let the OS do it. Under unix: exec('rm -rf directory');