KadajXII 0 Newbie Poster

Dear all,

Hear my case. My project, Android project, when user launch the application, it will send device's travelling speed and location to web server, 2s interval. Then from the web server, it need to return a location if device's travelling speed is less than 30kmh. So my problem is I do not know how to process the database, which is search through the database and return result in background. I am using PHP (JSON) as connector for Android app and MySQL.

So do you have any idea how to do it? or do you get what is my problem? =)