I will fetch latitude and longitude present in the database and will reflect it on my world map. Then, when a new data (lat,lon) gets inserted in the database, i will update my graph; old point will be erased and a new point will be presented (with a dot) on the graph. Like this; as long as new points will be coming in the database, the map will show it there on the page itself. Can someone help me with some codes, please ?