I've recently discovered a little application with wonderful potential called PHP iAddressbook. It provides a web interface which allows you to maintain an online addressbook with similar functionality to Apple's Addressbook application (which I love). The killer part of it is that it allows you to import and export vcards of your address data so getting all of your data into it is dead simple.

I'd never actually installed an application which used SQLite before (it does support MySQL but I wanted to use SQLite) so it took me a while to learn all I needed to know. I thought I'd write up and contribute my experience getting it all working in the hopes that it will help other get it up and running easily.

This assumes that you already have a web server with PHP support installed and configured.

blog comments powered by Disqus