Club création

test

{source}<?phpdate_default_timezone_set(‘Europe/Paris’);$heure=date(« H »);$minute=date(« i »); $parametres = simplexml_load_file(‘http://www.weatherlink.com/xml.php?user=alphonsekarr&pass=meteo’); $dewpoint_c = $parametres->dewpoint_c;$dewpoint_f = $parametres->dewpoint_f;$dewpoint_string = $parametres->dewpoint_string;$heat_index_c = $parametres->heat_index_c;$heat_index_f = $parametres->heat_index_f;$heat_index_string = $parametres->heat_index_string;$latitude = $parametres->latitude;$location = $parametres->location;$longitude = $parametres->longitude;$observation_time = $parametres->observation_time;$observation_time_rfc822 = $parametres->observation_time_rfc822;$pressure_in = $parametres->pressure_in;$pressure_mb = $parametres->pressure_mb;$pressure_string = $parametres->pressure_string;$relative_humidity = $parametres->relative_humidity;$station_id = $parametres->station_id;$temp_c = $parametres->temp_c;$temp_f = $parametres->temp_f;$temperature_string = $parametres->temperature_string;$wind_degrees = $parametres->wind_degrees;$wind_dir = $parametres->wind_dir;$wind_kt = $parametres->wind_kt;$wind_mph = $parametres->wind_mph;$windchill_c = $parametres->windchill_c;$windchill_f = $parametres->windchill_f;$windchill_string

test Lire la suite »

Retour en haut