RE: [PHP] Finding out when a Web page has changed

2002-09-26 Thread Vikram Vaswani
e not thinking it changed just b/c of something in the >headers... > >---John Holmes... > >> -Original Message- >> From: Vikram Vaswani [mailto:[EMAIL PROTECTED]] >> Sent: Thursday, September 26, 2002 7:04 AM >> To: [EMAIL PROTECTED] >> Subject: [PHP

Re: [PHP] Finding out when a Web page has changed

2002-09-26 Thread Vikram Vaswani
>> I need to write an application that accepts a list of URLs and checks them >> on a daily basis (via cron) to see if the pages have changed in the past day. >> >> I need some help with this. Does anyone know the most optimal way to find >> out when a particular Web page has been modified? I am

RE: [PHP] Finding out when a Web page has changed

2002-09-26 Thread John Holmes
olmes... > -Original Message- > From: Justin French [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 26, 2002 10:25 AM > To: Marek Kilimajer; PHP > Subject: Re: [PHP] Finding out when a Web page has changed > > Same with sites that have negligible daily changes

Re: [PHP] Finding out when a Web page has changed

2002-09-26 Thread Justin French
t's between and , >> so you're not thinking it changed just b/c of something in the >> headers... >> >> ---John Holmes... >> >> >> >>> -Original Message- >>> From: Vikram Vaswani [mailto:[EMAIL PROTECTED]] >>> Sent:

Re: [PHP] Finding out when a Web page has changed

2002-09-26 Thread Erwin
Marek Kilimajer wrote: > Hope the sites have no banners :), they change all the time But the URL to the banners will be the same, so that's no change in the HTML code ;-)) > [SNIP] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Finding out when a Web page has changed

2002-09-26 Thread Marek Kilimajer
een and , >so you're not thinking it changed just b/c of something in the >headers... > >---John Holmes... > > > >>-Original Message- >>From: Vikram Vaswani [mailto:[EMAIL PROTECTED]] >>Sent: Thursday, September 26, 2002 7:04 AM >>To: [EMAIL PRO

RE: [PHP] Finding out when a Web page has changed

2002-09-26 Thread John Holmes
ohn Holmes... > -Original Message- > From: Vikram Vaswani [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 26, 2002 7:04 AM > To: [EMAIL PROTECTED] > Subject: [PHP] Finding out when a Web page has changed > > Hi all, > > I need to write an application that a

[PHP] Finding out when a Web page has changed

2002-09-26 Thread Vikram Vaswani
Hi all, I need to write an application that accepts a list of URLs and checks them on a daily basis (via cron) to see if the pages have changed in the past day. I need some help with this. Does anyone know the most optimal way to find out when a particular Web page has been modified? I am thinki