
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
)