building a website to read locations sent from navigami

Hi
I install navigami on my K750 with a bluetooth gps and it works well here, in Nigeria. however i want to build a web site of my own, where i can collect the data sent from my phone, currently i am able to send data to orther phones via sms, i have little programming and web knowledge, but not of such application, any one with hints, clue, or how to do it? thanks

tracking site

You can write a simple php script where you read and use sent data. Http data is sent via Http POST with encoding "application/x-www-form-urlencoded".

lat - latitude in format dd:mm:ss.ss
lon - latitude in format dd:mm:ss.ss
alt - altitude in meters
speed - speed in meters per second
course - in degrees 0-359
time - timestamp in miliseconds since midnight, January 1, 1970 UTC