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 ‘Files’
PHP Tutorials: Security – File Uploading
August 17th, 2011
phpmoz Not protecting file uploads is a common security problem, and can lead to a variety of security issues. Have you protected your file upload process? WEBSITE phpacademy.org FORUM http TWITTER twitter.com FACEBOOK www.facebook.com
PHP Tutorials: Security – File Includes
August 16th, 2011
phpmoz Including files from any potentially user defined source can lead to severe security vulnerabilities being present in your code, allowing an attacker to potentially gain full control of your website. WEBSITE phpacademy.org FORUM http TWITTER twitter.com FACEBOOK www.facebook.com
PHP Tutorials: Create a Search Engine (Part 5/5)
May 24th, 2011
phpmoz Create a search engine for any purpose. This search engine can be implemented anywhere to search your website content, or to search pages on the web.
PHP Tutorials: File upload (Part 2)
April 16th, 2011
phpmoz Uploading a file, learning how to get properties of the file, how to exclude specific file types and setting a file size limit.
How to Build a Community Web Site Part 4 – PHP Join Form Creation and Parsing Dreamweaver Tutorial
March 30th, 2011
phpmoz Part 4 – Create the join form and parse script. How to build a dynamic member based portal or community web site using PHP, MySQL, and Flash ActionScript 3.0
PHP Tutorials: File upload (Part 1)
February 6th, 2011
phpmoz Uploading a file, learning how to get properties of the file, how to exclude specific file types and setting a file size limit.
PHP Tutorials: Create a Search Engine (Part 4)
February 5th, 2011
phpmoz Create a search engine for any purpose. This search engine can be implemented anywhere to search your website content, or to search pages on the web.
PHP Tutorials: Display Images from a Directory
November 18th, 2010
phpmoz Quickly and easily display all images found in a specified directory.
How to install PHP 5.2.8 in Windows Apache Server XP, Vista, Server 2003
October 30th, 2010
phpmoz Visit myownserver.info and read my notes before applying the fix listed in this tutorial. This tutorial explains how to install PHP 5.2.8 on your Apache 2.2.11 HTTP server and how to fix some of the dynamic library errors found when viewing the Apache error.log.

Posted in
Tags:

