Jump to content

[SOLVED] query results where date = NOW() -> 30 days


Mr_jmm

Recommended Posts

I ahve a table of website domains that also stores their renewal date. I am trying to write a query that will return a list of domains that are due to expire in the next 30 days.

 

So far I have:

<?php $query = mysql_query("SELECT website_domain, renewal_date FROM websites WHERE renewal_date = NOW(), +30 days"); ?>

 

but this shows a sytax error. Could anyone help with this please?

 

Many thanks as always,

 

James

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.