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
Programming PHP Function to Recursively Delete a Folder’s Contents September 4, 2009 by Craig Lotter No Comments The following function is useful if you wish to clear out all files and folders currently sitting in one particular directory. The function itself requires... Read More