Código MySQL:
Ver original
"SELECT * FROM `calendario` WHERE `list_id` = '".$id."' AND (`reservado` = '".get_gmt_time(strtotime($checkin))."' OR `reservado` = '".get_gmt_time(strtotime($checkout))."') GROUP BY `lista_id`"
Intente esto...pero nada:
Código MySQL:
Ver original
"SELECT * FROM `calendario` BETWEEN `reservado` = '".get_gmt_time(strtotime($checkin))."' AND `reservado` = '".get_gmt_time(strtotime($checkout))."' WHERE `list_id` = '".$id."' GROUP BY `listA_id`"
Gracias.
Edito: Me he equivocado al postearlo en la sección de PHP si alguien lo pued e mover. gracias.