Here is what I use to make a backup library of MySQL daily that will keep backups for 30 days.
Helper Functions
SWFUpload with cPanel and mod_security
May 14th, 2008 - brett
I searched long and hard to find what was causing swfupload to fail on my cPanel, but work on my test environment so I thought I better save the result incase I need it again.
Apache Expires Headers with mod_expires
May 14th, 2008 - brett
Quick example of how to set default expires headers.
2-Way MySQL Replication
April 16th, 2008 - brett
Some notes and commands I want to keep handy the next time I setup MySQL replication.
Inner Resize Browser Window
February 20th, 2008 - brett
This JavaScript function will resize the inside of a browser window to the dimensions provided.
Deep In Array
October 30th, 2007 - brett
Function similar to in_array() but it recursively searches a multi-depth array.
URL Reader
July 24th, 2007 - brett
This function will download the contents of any URL and return it as a string that you can save to a file or database.
It will use curl if it is installed. Otherwise it will use fopen/fread.
