Can someone teach me how to plot certain records to a desired map using php mysql?
ed_biasbas asked:
Using php mysql, how can we plot specific record to a desired map using the search or rather when opening a map and upon mouserollover it displays the record. Upon clicking the displayed record, it will displays its complete details to another page. How? What are the syntax? Please give some example.
Create a form in 2 min
Using php mysql, how can we plot specific record to a desired map using the search or rather when opening a map and upon mouserollover it displays the record. Upon clicking the displayed record, it will displays its complete details to another page. How? What are the syntax? Please give some example.
Create a form in 2 min

Best Webhost on the planet
It’s not that simple. You can use onMouseOver to initiate an AJAX request to the server for the record for that part of the map, then use Javascript to display the results when they come back. There’s no “put this code there” solution.