<?php while($row=mysql_fetch_array($query_resource)) { $rows[] = $row; } foreach($rows as $row) { switch($row->deger) { // bla bla bla } }