$rows = mysqli_fetch_array($result); while($row = mysqli_fetch_object($rows)) { echo $row->earnings; // tablodan gelecek veriler }