Thunderbird: Import Profile Settings

28th
Oct
email icon

After downloading Thunderbird I wanted to import all of my email accounts and settings from my C: partition to my new Windows 7 partition. Heres how…

Duplicate Table MySQL

21st
Oct
databases icon

I was needed in duplicating an entire table that retained the same attributes and properties with exactly the same rows and columns of data via a MySQL query.

Recursive Directory Scan/Mapping PHP Function

15th
Oct
php icon

Here’s a quick and simple function I thought I’d share. It recursively scans and maps from a set directory to an array in PHP.