PHP rmdir()....HELP!!!!?

  • Thread starter Thread starter ben
  • Start date Start date
B

ben

Guest
Ok, the rmdir() function only lets you remove a dir that is empty...I think...I want to be able to use the rmdir() function to remove a dir, even if it has something in it. How do I remove the whole directory without getting a PHP error saying that the directory isnt empty?

Thanks!
 
Back
Top