Created
November 17, 2012 22:55
-
-
Save ataylorme/4101045 to your computer and use it in GitHub Desktop.
Google maps link by address
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php echo '<a target="_blank" href="http://maps.google.com/maps?q=' . urlencode( 'ADDRESS GOES HERE' ) . '">View Map</a>'; ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment