Jump to content

trouble with comparing time differences...


Eggzorcist

Recommended Posts

I've always had extreme trouble comparing dates or times. For the application I'm currently building I need to be able to make a sql query which will compare the date and time.

 

So with this query

"SELECT * FROM events WHERE user = '".$_SESSION['USER']."'";

 

I want to add a AND statement which will check the sql field "fromslashes" (which for eg. is set like "08/03/2009" format) and will make sure that that date is 5 days later than the current date that it is now.  So it only displays if that day is 5 days later than todays date or earlier.

 

How would I be going about to form this statement?

 

Thanks!

Link to comment
Share on other sites

I am currently using the dates datatype for that field.

 

I don't really understand this query, why are we addslahes between? and I don't see how we are comparing the field "fromslahes" to the current date + 5.

 

shoudn't it be some like:

 

 

fromslahes > ".date("Y-m-d H:i:s", strtotime("+ 5 days"))."' or something alike?

 

I'm a bit confused...

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.