Directory Listings, list files and subfolder using php
This is the simple example to list contents of any Directory. To do this we are going to define function DirDisply( ) which will read the current directory contents and display it as a list. We first open current directory by $TrackDir=opendir("."); The opendir function returns a directory handle resource on success, or FALSE on failure. Syntax is: opendir ( string path [, resource context] ) Where: Path - The directory path that is to be opened Context - For a description of the context parameter, refer to the streams section of the php manual.
Visit publisher site: Directory Listings, list files and subfolder using phpListing Details
- Version:
- 1.0.0
- Filed in:
-
Scripts / PHP / Tutorials & Tips / File Manipulation
- Submitted on:
- Last Updated:
- May 15, 2008
- Publisher:
- Chetankumar Akarte Other listings by this publisher
License & Pricing Information
LICENSE #1
- License Type:
- Freeware
- Price:
- $0.00 USD
- Additional Info:
User Reviews
Be the first to review this listing!Not yet reviewed by any member.... You can be the FIRST one to write a review for Directory Listings, list files and subfolder using php