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 host_name,alias,address from tbl_host where host_name like '%".$term."%' or alias like '%".$term."%' or address like '%".$term."%' and hostgroups = 1 limit 10";