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
$sql="select datum, event from login join events on login.userid=events.userid where login.userid='$userId' and datum<='$rangeTo' and datum>='$rangeFrom' order by datum";