Jump to content

PHP header "Last-Modified"


Mcod

Recommended Posts

Hi there,

 

I am currently running into an issue with my Last-Modified header.

I have a news artcle script which stores the publication date as Y-m-d, so I tried to send the following header via PHP:

 

header("Last-Modified: ".$articledate." 1:00:00 GMT");

 

However, when I test the headers with a header tool, it always shows:

 

Thu, 01 Jan 1970 00:00:00 GMT

 

instead of what I want it to show. I wonder what I would have to do to show the Last-Modified header correctly, as this is important to me as I need to index all my pages using the correct data. Please note that I cannot use the file date, as the pages are dynamic, so there is no real file to get the date from.

 

Your help would be greatly appreciated.

Link to comment
https://forums.phpfreaks.com/topic/255216-php-header-last-modified/
Share on other sites

  • 2 weeks later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.