Recently Popular Files Tagged Tutorials



Oct 3

How to remove a (non-empty) directory

Posted by , in PHP Tutorials

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.

Popularity: 19%

Thumbnail for How to remove a (non-empty) directory
Clique It


Sep 4

Browser based template editor

Posted by , in PHP Tutorials

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.

Popularity: 20.7%

Thumbnail for  Browser based template editor
Clique It


Sep 4

Deleting files with PHP

Posted by , in PHP Tutorials

Following our tutorials on uploading files and listing files, this tutorial will walk you through deleting files from a directory

Popularity: 20.7%

Thumbnail for Deleting files with PHP
Clique It


Sep 4

Uploading files with PHP

Posted by , in PHP Tutorials

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.

Popularity: 21%

Thumbnail for Uploading files with PHP
Clique It


Sep 4

Listing files stored within a directory using PHP

Posted by , in PHP Tutorials

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.

Popularity: 21%

Thumbnail for Listing files stored within a directory using PHP
Clique It


Oct 3

WordPress Troubleshooting: Permissions, CHMOD and paths, OH...

Posted by , in WordPress Tutorials

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:

Popularity: 19%

Thumbnail for WordPress Troubleshooting: Permissions, CHMOD and paths, OH...
Clique It