I am currently working on a project where users need to be able to enter geological data (such as a certain street name) into a website which will be put into a database and then retrieved and displayed on a Google map for all users to see.
I've done a little research and so far it looks like the best way to do this is to use a php script for getting data and sending it to a mySQL database where it can then be retrieved by another php script and then passed to javascript to display on the map.
From a big picture standpoint is this the best way to do things?
Thanks in advance!