javascript - How do I add all waypoints from a point to point googlemaps to a database? -


i playing google waypoints https://developers.google.com/maps/documentation/javascript/examples/directions-waypoints

can't figure out how results load database.

i wish query these.

function calcroute() {   var start = document.getelementbyid('start').value;   var end = document.getelementbyid('end').value;   var waypts = [];   var checkboxarray = document.getelementbyid('waypoints');  // these 3 variables stored in db, use jquery get/post php , store database   } 

check here post


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -