N900 GPS tracker

I'm working on a GPS tracker that allows people to see where you are and what route you walked in a track. You can follow the progress on the Maemo forum

Server program

Database tables and some dummy data:

createtables.sql

Php sources (rename to .php after downloading):

config.php

logpoint.php

kml.php

kmltemplate.php

I use PEAR DB2 for database acces. You can find more info about the MDB2 package at the pear website.