browse by tag: script
sort by
Amazon S3 Simple Backup Script - s3backup
in PHP added by goodphptutorials, on 9/3/2009 amazon s3 backup script
Recently, I've begun to use Amazon S3 for storing backups of files for both my clients and myself. It works amazingly well, its fast, and very simple to use. There's a great PHP class for accessing it through cURL. This small piece of software I've written uses it extensively.
comment save reportTutorial: Create a zip file from folders on the fly
in PHP added by finalwebsites, on 24/9/2007 classes file handling scripts zip
Creating zip files on a web server is a feature which could be very useful for backups or just for offering an unknown number of dynamic files or folder inside of a directory. This tutorial shows us how handle that with only a few rows of PHP code!
comment save reportPHP on the Command Line - Part 1
in PHP added by goodphptutorials, on 6/9/2007 advanced tutorials command line scripting shell
We all know PHP is a great language for building Web applications with but we all also know there's a lot more to running a serious Website than just the user interface.
comment save report