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
$q = $db->prepare('SELECT videos.id as vid,title,description,id_owner,thumbnail_loca,date,users.id,username,fullname FROM videos JOIN users WHERE videos.id_owner=users.id AND (title LIKE \'%'.$search.'%\' OR description LIKE \'%'.$search.'%\') ORDER BY videos.id DESC' );