File Management Articles
Creating a text or csv file of information from your database
Thursday, December 4th, 2008 at 9:50am, in File Management, written by Stefan Ashwell
There are some occasions where you would want to export your site's information in CSV or similar text format. You might want to do this so you can view reports in a spreadsheet, or you might want an export of your product information to upload to a service like Google Products. Either way the method and end result are essentially the same.
Browser based template editor
Thursday, September 4th, 2008 at 2:28pm, in File Management, written by Stefan Ashwell
A common feature to CMS scripts is a browser based means of editing your templates. This can be helpful if you manage your site remotely or on the move quite often. In this tutorial we walk through how to create a simple template editor in PHP.
Deleting files with PHP
Wednesday, August 6th, 2008 at 9:49am, in File Management, written by Tom Foyster
Following our tutorials on uploading files and listing files, this tutorial will walk you through deleting files from a directory
Uploading files with PHP
Tuesday, July 15th, 2008 at 5:49pm, in File Management, written by Tom Foyster
Continuing on from our article on Listing files stored within a directory using PHP, this quick guide will walk you through how to upload a file to a server using PHP.
Listing files stored within a directory using PHP
Tuesday, July 8th, 2008 at 6:23pm, in File Management, written by Tom Foyster
Being able to create lists out of files within a directory quickly and easily is a really good skill to have, especially when creating Content Management and web based File Management Systems.

