Somewhere you have patience for takes you somewhere, only now the last problem.
It works for one party, only for the persons who not have any recipies, the peron with recipies can't see it, it only see a blank ó page.
$usersi = $dbh->prepare('SELECT * FROM recettes WHERE id_user = :id');
$usersi->bindParam(':id', $_GET['id'], PDO::PARAM_INT);
$usersi->execute();
$usersis = $usersi->fetchAll(PDO::FETCH_ASSOC);