Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~170 People Reached
Favorite Forums
Favorite Tags
php x 3
Member Avatar for hardinera

how can i give values in between the start and end date? start is from field check_in and end is from check_out because when i query between check in and check out the value = 0 like if i do this .. the save date is for example customer 1 …

Member Avatar for liamfriel
0
86
Member Avatar for hardinera

I need to retrieve the records which are between the selected days(TWO dates are of two different fields in DB) i tried this in php and its working [CODE]SELECT * FROM guest_info where check_in = '$check_in' and check_out= '$check_out'; [/CODE] but when i insert "between" noting happens [CODE]SELECT * FROM …

Member Avatar for hardinera
0
84