Posts by Melo • 13 points
2 posts
-
0
votes2
answers99
viewsA: How to introduce polylines in google maps api v3 with dates saved in the database
remembering that I did it in separate files Here is the connection with the database, conf.inc.php : <?php define('HOST','localhost'); define('USER','xxxx'); define('PASS','xxxxx');…
-
1
votes2
answers99
viewsQ: How to introduce polylines in google maps api v3 with dates saved in the database
I am trying to show in google maps api v3 polylines that are stored in my database Here is the connection with the conf.inc.php database : <?php define('HOST','localhost'); define('USER','xxxx');…