Jump to content

News End Date


Canman2005

Recommended Posts

Hi all

 

I have a database which holds news, with each news article it has two fields start_date and end_date, these dates are stored as

 

2007-01-02 (YYYY-MM-DD)

 

I currently use the following query for my main news page

 

SELECT * FROM mynews WHERE area='1' AND live = '1' ORDER BY id DESC

 

What I want to do is to write a new page where it can show old news, this would only show news that has the end_date which is past todays current date. Additionally to this, I want to show just the last 2 months worth of news.

 

How can I ask it to just query rows with an end_date which has past, but only for 2 months.

 

Does that make sense?

 

Can anyone help?

 

Thanks

 

Ed

 

 

 

 

Link to comment
https://forums.phpfreaks.com/topic/47887-news-end-date/
Share on other sites

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.