Pogledajte određenu poruku
Staro 28. 10. 2011.   #3
AdriaMart
expert
Expert
 
Avatar AdriaMart
 
Datum učlanjenja: 15.03.2011
Poruke: 518
Hvala: 16
20 "Hvala" u 17 poruka
AdriaMart is on a distinguished road
Default

Hvala CARE ustedece mi vremena i vremena...
mada:
$string = 'http://maps.google.com/maps/api/staticmap?size=186x186&sensor=false&markers=color: red|size:mid|42.052661,-88.049441';

preg_match_all('#(([0-9]+){1,3}\.([0-9]+))#is', $string, $matches);

print_r($matches[1]);

dobija rezultate: Array ( [0] => 186x186 [1] => 42.052661 [2] => 88.049441 ) s tim sto je ovo array [0] nepotrebno i nije decimalan broj a takodje uz drugu koordinatu mora da ide '-'(minus) tako da cu morati da poprilicno modifikujem kod... Hvala jos jednom!
__________________
I'm not sexy and I know IT!

Poslednja izmena od AdriaMart : 28. 10. 2011. u 21:16.
AdriaMart je offline   Odgovorite uz citat