Recently Popular Files Tagged Tutorials
Oct 3
How to remove a (non-empty) directory
Here’s a snippet that can help you to remove a non-empty directory from the server. It’s a recursive function that deletes the directory with its files, folders and sub-folders.
Sep 4
Browser based template editor
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.
Sep 4
Deleting files with PHP
Following our tutorials on uploading files and listing files, this tutorial will walk you through deleting files from a directory
Sep 4
Uploading files with PHP
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.
Sep 4
Listing files stored within a directory using PHP
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.
Oct 3
WordPress Troubleshooting: Permissions, CHMOD and paths, OH...
With issues arising from varying Shared Hosting Packages, versions of PHP, Apache, etc., file permission issues sometimes rear their ugly head. I'm hoping the following reference can provide some help or direction to those less experienced: