PHP Classes

Not getting all info

Recommend this page to a friend!

      Current City Weather  >  All threads  >  Not getting all info  >  (Un) Subscribe thread alerts  
Subject:Not getting all info
Summary:Some info not coming through and getting odd squares
Messages:1
Author:Michael Leslie
Date:2009-04-30 02:23:38
 

 


  1. Not getting all info   Reply   Report abuse  
Picture of Michael Leslie Michael Leslie - 2009-04-30 02:23:38
Hello,

This is a great script thank you for your hard work.

I am having an issue getting the whole array, it works on my local machine (WAMP) but now that its live, its not catching all the info.
The array below is from my server and I have an array from my local machine.

both arrays grabbed with in seconds.

Thanks
Mike

Server:

Array
(
[currentConditionsIMG] => http://icons-pe.wxug.com/i/c/a/nt_mostlycloudy.gif
[currentTemperatureF] => 50
[currentTemperatureC] => 10.0
[humidity] => 94%
[dewPtF] => 48
[dewPtC] => 9
[windMPH] => 5�
[windKMH] => 8.0
[windDirection] => East
[barometerIn] => 30.47
[barometerhPa] =>
[uvIndex] => 0
[currentConditions] => Mostly Cloudy
[radarLink] => http://www.wunderground.com/radar/radblast.asp?ID=LWX®ion=b5&lat=38.81055450&lon=-76.86694336&label=Andrews%20Air%20Force%20Base%2dNaf%2c%20MD
)

Local Machine

Array
(
[currentConditionsIMG] => http://icons-pe.wxug.com/i/c/a/nt_mostlycloudy.gif
[currentTemperatureF] => 50
[currentTemperatureC] => 10.0
[humidity] => 94%
[dewPtF] => 48
[dewPtC] => 9
[windMPH] => 5
[windKMH] => 8.0
[windDirection] => East
[barometerIn] => 30.47
[barometerhPa] =>
[visibilityM] => 10.0
[uvIndex] => 0
[cloudFt] => 4100
[elevationFt] => 279
[currentConditions] => Mostly Cloudy
[radarLink] => http://www.wunderground.com/radar/radblast.asp?ID=LWX®ion=b5&lat=38.81055450&lon=-76.86694336&label=Andrews%20Air%20Force%20Base%2dNaf%2c%20MD
)