http://api.yourdomain.com/shiping/?from=cityA&to=cityB&format=json&key=userkey
http://api.yourdomain.com/shiping/?from=cityA&to=cityB&format=xml&key=userkey
smalpierre said:I would store the data in SQL, but not necessarily in a single table - actually probably NOT in a single table. Then I would use server side scripting to query the database for the particular data I needed in that instance (i.e. give me a list of city codes in Albania) and format it in JSON.
(.................)
fouadChk said:smalpierre said:I would store the data in SQL, but not necessarily in a single table - actually probably NOT in a single table. Then I would use server side scripting to query the database for the particular data I needed in that instance (i.e. give me a list of city codes in Albania) and format it in JSON.
(.................)
Best answer/solution IMHO. I do that all the time.