folders Archive
15 Jun 2012
Hiding and protecting a directory with htaccess
When building web applications is makes sense to hide sensitive files such as say a config file into a folder that will only be accessible via a script and not directly.
5 May 2011
Delete folders from server using PHP
By David Carr On 5 May 2011 In PHP
A tutorial to create a function to delete folder and all sub folders from the server.