At 4:41 PM -0400 6/29/10, Paul M Foster wrote:
On Tue, Jun 29, 2010 at 03:44:37PM -0400, tedd wrote:
At 12:11 AM -0400 6/14/10, David Mehler wrote:
Hello,
I've got what is probably a simple question. I've got a site with a
footer include file. I want to have a section that displays the las
On Tue, Jun 29, 2010 at 03:44:37PM -0400, tedd wrote:
> At 12:11 AM -0400 6/14/10, David Mehler wrote:
>> Hello,
>> I've got what is probably a simple question. I've got a site with a
>> footer include file. I want to have a section that displays the last
>> time the page was modified. So for exam
At 12:11 AM -0400 6/14/10, David Mehler wrote:
Hello,
I've got what is probably a simple question. I've got a site with a
footer include file. I want to have a section that displays the last
time the page was modified. So for example say the index.php was last
modified today and another page was
On 14/06/2010, at 4:11 PM, David Mehler wrote:
> Hello,
> I've got what is probably a simple question. I've got a site with a
> footer include file. I want to have a section that displays the last
> time the page was modified. So for example say the index.php was last
> modified today and another
Hello,
I've got what is probably a simple question. I've got a site with a
footer include file. I want to have a section that displays the last
time the page was modified. So for example say the index.php was last
modified today and another page was modified two days ago. When the
include is run o
did you try stat()'ing the file?
as long as you have read permission to the file,
you should be able to run a stat() on the file
with no problems
> -Original Message-
> From: Jay Paulson [mailto:[EMAIL PROTECTED]]
> Subject: [PHP] Last Modified question..
>
> I have
I have a problem... I want to check the last modified time that a file was
changed/updated. Actually, it's an employee database that I'm working on
and I thought about just checking the last modified date on the file that
the information was stored on. However, I get a permission denied error an
In article ,
[EMAIL PROTECTED] ("Kasten, Holger") wrote:
> how can I check the last modified date of a website. I mean not my own site,
> I mean other sites.
Use fsockopen(), send a HEAD request, get back (sometimes*) a Last-Modified
header.
*S
bject: [PHP] last modified
Hello,
how can I check the last modified date of a website. I mean not my own site,
I mean other sites.
Thanx,
Holger
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTE
Hello,
how can I check the last modified date of a website. I mean not my own site,
I mean other sites.
Thanx,
Holger
--
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 administr
10 matches
Mail list logo