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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.