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 blog_name FROM blogs WHERE blog_name LIKE '%".$q."%' UNION SELECT tag_name FROM tags WHERE tag_name LIKE '%".$q."%' UNION SELECT username FROM users WHERE username LIKE '%".$q."%'";