hey guys,
in a project im working on, users have a gps enabled mobile phone. those new ones that have map with direction and everything.
on the website we store map locations with lat,long and i need to send these to a mobile via sms. the sms part is solved but i dont know how to send the latitude and longitude so that it can be automatically recognized as a map location not just a text message that a user writes down the coordinates and inserts them into a map.
ive googled alot for key words like "mobile gps location with sms" but found nothing useful.
so by any chance , does anyone know the format i should send the latitude and longitude to the mobile device?
thnx in advance,
yo homie i heard you like one-line codes so i put a one line code that evals a decrypted one line code that prints "i love one line codes"
www.amrosama.com | the unholy methods of javascriptCode:eval(base64_decode("cHJpbnQgJ2kgbG92ZSBvbmUtbGluZSBjb2Rlcyc7"));
Um.. I guess you have to send a sms to a server, there you gotta process it with cronjob and then take that info from that sms.. then you need a some kind of database where are all those map things in it.. and then you have to compare your sms and that database.. and then you will get your answer.
sorry if i wasnt clear about that
im sending the latitude,long from server to client mobile
yo homie i heard you like one-line codes so i put a one line code that evals a decrypted one line code that prints "i love one line codes"
www.amrosama.com | the unholy methods of javascriptCode:eval(base64_decode("cHJpbnQgJ2kgbG92ZSBvbmUtbGluZSBjb2Rlcyc7"));
Oh, hmm.. Well first you need a sms this hosting thingy.. or something like that.. but I'm not sure how it's possible to do that what you want.. :/
the sms part is done, i found a great service by "clickatell.com" gives you an api that you can use to send smss, it also covers almost the whole world
but my problem is the format that i send to the mobile so that the mobile can automatically read a map point without copying(or entering) the coordinates.
anyways, thanks jaan for your try, maybe someone will come up with something in the near future
![]()
yo homie i heard you like one-line codes so i put a one line code that evals a decrypted one line code that prints "i love one line codes"
www.amrosama.com | the unholy methods of javascriptCode:eval(base64_decode("cHJpbnQgJ2kgbG92ZSBvbmUtbGluZSBjb2Rlcyc7"));
I'm pretty sure what you are trying to do is phone dependent. However, can you just send them a URL?
example.com might be Google Maps.Go here:
Example Web Page
i guess that would solve it. simple and easy
thnx john i dont know how i missed that idea
yo homie i heard you like one-line codes so i put a one line code that evals a decrypted one line code that prints "i love one line codes"
www.amrosama.com | the unholy methods of javascriptCode:eval(base64_decode("cHJpbnQgJ2kgbG92ZSBvbmUtbGluZSBjb2Rlcyc7"));
The URL was actually http://www.example.com/?long=xxx?lat=yyy but vB parsed it :| - but I suppose you get the idea.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks