این درست هست



$sth = $conn->prepare($sql);
$sth->execute();
$result = $sth->fetchAll();





شما باید $result رو توی foreach بزارید