I need to know the taiwan city names.
$json_string = file_get_contents("http://api.wunderground.com/api/ my key /forecast10day/q/TW/Taiwan.json");
I found out all cities in taiwan.
but I couldn't match some cities names.
how to recognize the city names?
ex) http://www.weather.com/weather/tenday...
Chang-hua, Taiwan
$json_string = file_get_contents("http://api.wunderground.com/api/ my key /forecast10day/q/TW/Taiwan.json");
I found out all cities in taiwan.
but I couldn't match some cities names.
how to recognize the city names?
ex) http://www.weather.com/weather/tenday...
Chang-hua, Taiwan
sampark
but how about this : New Taipei City
http://www.weather.com/weather/today/...
http://autocomplete.wunderground.com/...
is it right?