$following terá que ser uma matriz de linhas. Na verdade, você está apenas buscando a primeira linha. Busque-o usando
PDOStatement::fetchAll()
, assim:$following = $stmt->fetchAll(PDO::FETCH_ASSOC);
PDOStatement::fetchAll()
, assim:$following = $stmt->fetchAll(PDO::FETCH_ASSOC);