currently I have a database with some addresses, I want to make a php script to automatically generate google maps based on the addresses stored in my MySQL database.
That is, just as if I manually take directions and copy/paste in https://maps.google.com/ searchbox, and click on search. As if a person do it manually.
I have seen an example, and see that they always use latitude and longitude, I do not want to do that, because I do not know this information, I want to search by address (stored in my DB).
I know about JavaScript and PHP, but I've never worked with Google APIs (are it necessary?).
Is there any tutorial to generate a Google map based on an address?
Please forgive my horrible way to write English.
Thanks for reading :-)