Tagged Questions
0
votes
0answers
620 views
How to populate data from postgresql using dynamic php\html listing
In the form I created, I need two fields to be dynamically populated from the database while the other fields will be manually entered and push to the database. I have written a script that is able ...
0
votes
0answers
388 views
how to create the perfect driving directions points using php and mysql [closed]
//
var directionDisplay;
var directionsService = new google.maps.DirectionsService();
var map;
var side_bar_html = "";
var gmarkers = [];
function load() {
...