Hi there.
When my php page loads and has taken all necessary results from the mysql db i create an array of json objects (using this
http://mike.teczno.com/JSON/JSON.phps) and then encode them to a string so i can pass it through onload to javascript to manipulate the object (its some places to be put on a map). However this seems quite amateurish to me. Is there a better way to do that? In a few words i want to take data from the db and put them on the google map
Start Free Trial