Programming How to get a simple File Listing in PHP August 8, 2013 by Craig Lotter No Comments Returning a list of files contained in a folder in PHP is turned into something fairly trivial, thanks to the built in readdir function. Basically,... Read More