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
Posts Tagged ‘Alternative’
PHP Tutorial 5 – Conditional Statements
January 31st, 2010
phpmoz Language: PHP Assumed knowledge: HTML, CSS Software required: PHP, mysql and Apache Topics covered: If, elseif, else statements and alternative syntax

Posted in
Tags:

