2,037 tutorials online
7 tutorials pending review
59 dead links removed





Traverse Directories The Easy Way With Glob() !

User Rating: Not yet rated
Source Website: www.talkphp.com
Viewed: 13 times
Reported For Abuse / Broken Link: 0 times
(Report Link)

Rate this tutorial:


Description:
Glob was introduced into the PHP function lineup around the time PHP version 4 was released. It's not a new function in the slightest, but like checkdnsrr() it is a fairly undiscovered function for many. It allows you to bring back filenames, and also directories, using a straightforward notation.






Other Tutorials From This Category
    PHP File Uploading
    PHP File Uploader
    Get Remote Web Page Information Using PHP
    Writing A File Upload Class
    Finding Size Of A Directory Using PHP
    FTP Upload Via CURL
    Easy Way To Upload Files Using PHP
    Saving A PHP File As A Word Document
    Uploading Unknown Number Of Files Using Php & JS
    Using The PHP Include Function