Back Up Your MySQL Database with PHP
Obviously the ideal way to back up a MySQL database is to use mysqldump. Failing that, a lot of people will use PHPMyAdmin. Unfortunately, however, not everyone has command-line access to a server; and even fewer are able to execute mysqldump from a script. If PHPMyAdmin isn’t already installed, it can be difficult to get it installed and configured on a shared hosting account. Therefore, it’s sometimes necessary to use a PHP script to back up a MySQL database.
David Walsh has done a nice job of putting together a PHP script to backup your MySQL databases. Below is a copy of the code he provides in his blog article:
Continue Reading »
For those of you that haven’t heard, or maybe weren’t sure if this was real; Google has partnered with some major charities to offer “Chrome for a Cause.” The concept is, when you browse the Web using Chrome, you’ll earn a small amount of credit for each and every new tab you open. At the end of each day, you can donate those credits to one of
Earlier today, I was working on a new plug-in for one of my WordPress Multi-Site networks. I wanted to pull a list of top-level pages from each site/blog within the network, but I didn’t want the overhead of using the 

