Monday, December 19, 2011

PHP Tutorials: Removing a Directory with Contents

Deleting a directory containing files and/or subdirectories in PHP isn't possible using the rmdir function alone. You'll need to create a recursive function. It's easier than it sounds, and this tutorial shows you how! WEBSITE phpacademy.org FORUM http TWITTER twitter.com FACEBOOK www.facebook.com

No comments:

Post a Comment