Jump to content

Recommended Posts

Hello

 

Maybe is silly but I know I can find a solution here.  I have this table

 

id    |    datein        | dateout

1      |  2007-05-11    | 2007-10-11

2      |  2007-06-11    | 2007-10-11

 

What I'm trying to do is get all the records between date I passed via form.

 

I tried

"Select * from dates WHERE datein >= '$datein' AND dateout <= '$dateout'";

 

I stored dates as DATE on the DB.  I tried to use BETWEEN, but I don't know if I can use on two different columns.

 

Thanks for the help guys.

Link to comment
https://forums.phpfreaks.com/topic/55177-get-records-betwen-two-date-columns/
Share on other sites

Hi

 

I get the desired records if I change the variables for the exact dates that are stored on datein and dateout.  It seems that the >= or <= is not working for my purposes.  Because the in between dates doesn't show up when I change the datein or dateout input, even if the dates I put are in range.

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.