PHP Classes

Extract last modified date of a website from RSS feed: I want to get the last modified date of a website

Recommend this page to a friend!
  All requests RSS feed  >  Extract last modified date of a websi...  >  Request new recommendation  >  A request is featured when there is no good recommended package on the site when it is posted. Featured requests  >  No recommendations No recommendations  

Extract last modified date of a website from RSS feed

Edit

Picture of praveen kumar by praveen kumar - 9 years ago (2014-11-04)

I want to get the last modified date of a website

This request is clear and relevant.
This request is not clear or is not relevant.

+2

I am trying to get last modified date of a website so that updated information of the website could be stored in the database.

  • 1 Clarification request
  • 1. Picture of Manuel Lemos by Manuel Lemos - 9 years ago (2014-11-04) Reply

    A Web site may have many pages. It may be too hard to know the last modified date of all pages without crawling all pages.

    Do you want to check just the last modified date of pages in a RSS feed?

    Ask clarification

    1 Recommendation

    RSS Feed Reader: Parse and display items of an RSS feed

    This recommendation solves the problem.
    This recommendation does not solve the problem.

    +1

    Picture of Manuel Lemos by Manuel Lemos Reputation 23325 - 9 years ago (2014-11-07) Comment

    RSS is a bit old but many sites still use it to list the main content.

    This class supports parsing RSS 2 feeds in three ways: using SimpleXML, Expat XML functions and regular expressions.

    It returns arrays of items that you can process to find the item that has the most recent last updated date.


    Recommend package
    : 
    :