handy scripts

PHP Script to Migrate Labels From One GMail or Google Apps Account to Another

Google provides no easy way to migrate or import/export labels from GMail. During a recent domain name change this was an absolute requirement, so I whipped up a PHP script.

I wrote this while watching Top Gear and there is no error checking here. Use at your own risk. This would be a decent kernel for a class or a more robust application, but since it was just needed to work once with limited testing it's very barebones.

MySQL Search and Replace Stored Procedure

I frequently need to do global search and replaces across a single database, so I wrote a stored procedure to do this for me:

Subscribe to RSS - handy scripts