|
Hello Miller,
After spending several hours, this is what i got,
The code is working but, it glues the street and city to gether when i click " view map"
Is there any way for me to insert space between street and city for the map to be accurate?
PLEASE, SEE IF THERE IS A BETTER WAY I CAN CODE IT
$l = "http://maps.google.es/maps?hl=es&f=l&q=".urlencode($row['street']) .urlencode($row['city']) ;
$r= $row['street'] ;
echo "<a target=_blank href=$l> $r </a> ";
Last edited by liquidmind1; 07-23-2008 at 06:38 PM..
|