this is working fine.
Quote
SELECT * FROM guest_info where room_type = '$mode' and check_in = '$check_in' and check_out= '$check_out';
but when i add the between -.- nothing happens
Quote
SELECT * FROM guest_info where room_type = '$mode' and check_in = '$check_in' and check_out= '$check_out' between '$check_in' AND '$check_out';
thanks:love:


Sign In
Create Account


Back to top










