Re: [PHP] Display the weather on my site

2001-08-06 Thread pierre-yves

Thanks, I got what I needed out of parsing
http://weather.noaa.gov/weather/CA_cc.html
As for the webcam, I will pass, I don't want to be blamed if our
clients/managers
ruin their golf game because of me ;)

py

- Original Message -
From: "Kevin Leavell" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Monday, August 06, 2001 3:00 PM
Subject: RE: [PHP] Display the weather on my site


> >Put a webcam in your window. Put the city names in a database. Rotate
> through the city names randomly.
> >They will be None The Wiser.
>
> LOL!
>
> If you don't have a webcam, here are a few options :)
>
> http://www.hotscripts.com/search/?query=weather&category=php
>
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Display the weather on my site

2001-08-06 Thread Tim

WeatherUnderground.com and Weather.com both offer little weather boxes
for your site.

- Tim

On 06 Aug 2001 14:44:55 -0400, pierre-yves wrote:
> Hello,
> I would like to display the wheather on a page depending on the city of my user.
> (or the capital of their province/state)
> Do you know a service/db/web site I could query in order to extract what I need ?
> 
> py



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP] Display the weather on my site

2001-08-06 Thread Kevin Leavell

>Put a webcam in your window. Put the city names in a database. Rotate
through the city names randomly.
>They will be None The Wiser.

LOL!

If you don't have a webcam, here are a few options :)

http://www.hotscripts.com/search/?query=weather&category=php


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Display the weather on my site

2001-08-06 Thread Data Driven Design

The weather channel used to offer this service, for a single site it 'was'
free, a year or so ago, I'm not sure of the cost for getting this info for
multiple cities.

I think they are www.weather.com

Data Driven Design
1506 Tuscaloosa Ave
Holly Hill, Florida 32117

http://www.datadrivendesign.com
Phone: (386) 226-8979

Websites That WORK For You
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, August 06, 2001 2:38 PM
Subject: RE: [PHP] Display the weather on my site


>
> Put a webcam in your window. Put the city names in a database. Rotate
through the city names randomly. They will be None The Wiser.
>
> >--=_NextPart_000_0206_01C11E86.5B5FCAE0
> >Content-Type: text/plain;
> > charset="iso-8859-1"
> >Content-Transfer-Encoding: quoted-printable
> >Hello,
> >I would like to display the wheather on a page depending on the city of =
> >my user.
> >(or the capital of their province/state)
> >Do you know a service/db/web site I could query in order to extract what
=
> >I need ?
> >py
> >--=_NextPart_000_0206_01C11E86.5B5FCAE0--
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Display the weather on my site

2001-08-06 Thread Thomas Deliduka

On 8/6/2001 2:38 PM this was written:

> Put a webcam in your window. Put the city names in a database. Rotate through
> the city names randomly. They will be None The Wiser.

LOL yeah right!
-- 

Thomas Deliduka
IT Manager
 -
New Eve Media
The Solution To Your Internet Angst
http://www.neweve.com/



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP] Display the weather on my site

2001-08-06 Thread stout


Put a webcam in your window. Put the city names in a database. Rotate through the city 
names randomly. They will be None The Wiser.

>--=_NextPart_000_0206_01C11E86.5B5FCAE0
>Content-Type: text/plain;
>   charset="iso-8859-1"
>Content-Transfer-Encoding: quoted-printable
>Hello,
>I would like to display the wheather on a page depending on the city of =
>my user.
>(or the capital of their province/state)
>Do you know a service/db/web site I could query in order to extract what =
>I need ?
>py
>--=_NextPart_000_0206_01C11E86.5B5FCAE0--


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] Display the weather on my site

2001-08-06 Thread pierre-yves

Hello,
I would like to display the wheather on a page depending on the city of my user.
(or the capital of their province/state)
Do you know a service/db/web site I could query in order to extract what I need ?

py