What is the best way to implement google map showing markers from a database. Whether directly from the database via PHP and JavaScript, be it XML or JSON file. Which way is the fastest, safest, considering that my database currently contains more than 100 000 markers and supplementing each hour. (It is the deaily deal aggregator)
Share
Fastest is json since it is smaller than xml.I’m not sure i understand “directly from mysql”.
Also 100.000 records in a db is not a very big number.So don’t worry too much.
Cheers