/ Published in: PHP
Expand |
Embed | Plain Text
function googleMapLink($to, $from) { if($from) { } else { $startAddy = '&saddr='; } return htmlentities("http://maps.google.com/maps?f=q&hl=en&{$startAddy}{$destinationAddy}"); }
You need to login to post a comment.
