Advertisement
contatowellington

Untitled

Oct 16th, 2017
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. <?php do { ?>
  2. {
  3. position: new google.maps.LatLng(<?php echo $row_Recordset1['txtLatitude']; ?>, <?php echo $row_Recordset1['txtLongitude']; ?>),
  4. type: 'info'
  5. },
  6. <?php } while ($row_Recordset1 = mysql_fetch_assoc($Recordset1)); ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement