Re: [PHP] last modification time

2001-08-08 Thread Bjorn Van Simaeys
Hey, This is not what BRACK a.k.a. Youri meant (it seems that Youri is being misunderstood daily...) He meant that if you can see when the remote server pages have been updated by their respective webmaster. I personally don't think that there is a way you can get this information from *ANOTHER

Re: [PHP] last modification time

2001-08-08 Thread Matt Kaufman
What I do is put a timestamp in the database, using the time(); function, select it and format it. Matt Kaufman - Original Message - From: "BRACK" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 08, 2001 1:40 PM Subject: [PHP] last modification time > Is there any fu