Decimas adlı üyeden alıntı

SELECT no FROM anonim_anketler LIMIT 1,4




$topanket1 = $mysqli->prepare("SELECT no FROM anonim_anketler limit 1,4 ");
$topanket1->execute(array());
while($row=$topanket1->fetch(PDO::FETCH_ASSOC))
{
$top_anket_no1= $row ['no'];
$top_anket_no2= $row ['no'];
$top_anket_no3= $row ['no'];
$top_anket_no4= $row ['no'];

}



id leri de bu ekilde değişkenlere almam lazım hocam.