You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$requete = 'SELECT id, etat,date_d FROM '.$prefix.'reservation WHERE "'.$jour.'" BETWEEN date_a AND date_d AND date_a != "'.$jour.'" AND date_d != "'.$jour.'"';
$resultat = mysqli_query($link,$requete) or die (mysqli_error($link));