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
$query = mysqli_query($conn,"SELECT * FROM history_log left join user on history_log.user_id=user.USER_ID where user.USER LIKE ('" .$s_txt. "%') or history_log.transaction LIKE ('" .$s_txt. "%') or date_added LIKE ('" .$s_txt. "%') order by date_added DESC ");