"Michael Starke" <[EMAIL PROTECTED]> writes:

> Could you perhaps give me a quick explanation on how I would go
> about getting a few of the individual stats from PHP Weather?  I'm
> looking to give my users a real basic set of weather information
> that will scroll through a java applet (as seen at the top of the
> page:
> http://www.handseye.com/display.php?page=home.php&color=gray).  All
> I'm looking for is the temp (pref. in F), windspeed and direction
> (in mph), relative humidity, and current weather condition.  I would
> like to have the output on a single line, and be able to adjust the
> wording.  Is any of this at all possible?  If it's too hard to
> explain/do just tell me so.  Thanks in advance for any help you
> might be able to give.

Take a look at this page:

  <URL:http://www.gimpster.com/php/phpweather/using.php>

It shows you how to get the temperature. You can find all the other
entries in the array like this:

print_r($data);

> Thank You,
> Michael Starke
> ([EMAIL PROTECTED])

-- 
Best regards,
Martin Geisler

Checkout http://www.gimpster.com for:
PHP Weather => Shows the current weather on your webpages.
PHP Shell   => A telnet-connection (almost :-) in a PHP page.

Reply via email to