Tekil Mesaj gösterimi
Alt 31 Ağustos 2016, 13:49   #1
Vesaire
 
Vesaire - ait Kullanıcı Resmi (Avatar)
 
Üyelik tarihi: 01 Ocak 1970
Bulunduğu yer: KaranLık
Mesajlar: 885
WEB Sitesi: ...
IRC Sunucusu: ...
İlgi Alanı: Yok
Alınan Beğeni: 313
Standart Php hava durumu

PHP- Kodu: 
$sehir "istanbul"
$url 'http://api.worldweatheronline.com/free/v2/weather.ashx?q=' $sehir '&format=json&num_of_days=1&lang=tr&key=756aa1f74eddc62a5e2e23cc63175'
$content file_get_contents($url); 
$json json_decode($contenttrue); 

echo 
'<div id="weather" class="block-inner mini-width">'
echo 
'<img alt="weather" src="' $json["data"]["current_condition"][0]["weatherIconUrl"][0]["value"] . '" />'
echo 
'<p>' $sehir ' Hava Durumu</p>'
echo 
'<p><span class="derece">' $json["data"]["current_condition"][0]["temp_C"] . '° C</span></p>'
echo 
'<p class="big"><strong>Nem : </strong>%' $json["data"]["current_condition"][0]["humidity"] . '</p>'
echo 
'</div>'






Ben yazdıkLarımdan; Siz anladıkLarınızdan sorumLusunuz..
 Vesaire isimli Üye şimdilik offline konumundadır   Alıntı