RE: [PHP] site last updated

2001-11-04 Thread ArsenKirillov
tomatically show new articles on my site). And this is really date of SITE last modify ... > -Original Message- > From: Rudi Ahlers [mailto:[EMAIL PROTECTED]] > Sent: Sunday, November 04, 2001 12:13 PM > To: Chip; [EMAIL PROTECTED] > Subject: Re: [PHP] site last updated >

Re: [PHP] site last updated

2001-11-04 Thread Rudi Ahlers
t; <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, November 04, 2001 7:32 AM Subject: Re: [PHP] site last updated > On Saturday 03 November 2001 21:12, Steve Werby wrote: > > "Ryan Christensen" <[EMAIL PROTECTED]> wrote: > > > You can do t

Re: [PHP] site last updated

2001-11-03 Thread speedboy
last modified ^ I put that on the bottom of every page on some sites I make. -- 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] site last updated

2001-11-03 Thread Chip
On Saturday 03 November 2001 21:12, Steve Werby wrote: > "Ryan Christensen" <[EMAIL PROTECTED]> wrote: > > You can do this in a per-page basis w/: > > > > $modified = stat("yourfile.html"); > > echo date("l, F dS",$modified[9]); > > Also see getlastmod() and filemtime(). I am interested in this a

Re: [PHP] site last updated

2001-11-03 Thread Steve Werby
"Ryan Christensen" <[EMAIL PROTECTED]> wrote: > You can do this in a per-page basis w/: > > $modified = stat("yourfile.html"); > echo date("l, F dS",$modified[9]); Also see getlastmod() and filemtime(). -- Steve Werby President, Befriend Internet Services LLC http://www.befriend.com/ -- PH

RE: [PHP] site last updated

2001-11-03 Thread Ryan Christensen
f [mailto:[EMAIL PROTECTED]] > Sent: Saturday, November 03, 2001 10:26 AM > To: [EMAIL PROTECTED] > Subject: [PHP] site last updated > > > hi all > > i am looking for a simple way to find (and then display) the > date of the last change to an entire web site. an example

[PHP] site last updated

2001-11-03 Thread oliver walkhoff
hi all i am looking for a simple way to find (and then display) the date of the last change to an entire web site. an example is in the footer on php.net: "Last updated: Sat Nov 3 13:10:40 2001 EST" thanks for your help oliver walkhoff -- PHP General Mailing List (http://www.php.net/) To uns