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 }
Comments
Post a Comment