hello, how do i find location on map by entering user id number in a
text box on a web page and pull information from mysql database with
corresponding coordinates in the table and is instantly displayed on a
map on that page.
Using OpenStreetMap’s OpenLayers, this should help you.
It’s fairly easy with Google Maps too.
You can just make a search url with whatever search you want on the end, it could be coords, an address, post code or anything.
https://www.google.co.uk/maps/search/<?php echo $search; ?>
That could be a map page or in an iframe or something.
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.