Jump to content

MySQL Select By Time Difference


ShoeLace1291

Recommended Posts

Try

 

SELECT * FROM events WHERE event_date > CURRENT_DATE()

 

This is a very basic question, you should really go grab a book on PHP/MySQL if you're going to be programming a lot.

*edit*

I just noticed you're using a unixtimestamp.  You'll need to look up how to convert the current_date into a unixtimestamp.  There should be a mysql function that does this, you can use PHP as well.  Beyond that the SQL I gave you will work, just figure it out.

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.