Using $result->data_seek(0);
$row = $result->fetch_row();
php code starts ---
query( $query)) { $result->data_seek(0); $row = $result->fetch_row(); echo "
29.25 0C :: ". $row[0]. "0F"; $result->close(); } /* close connection */ echo "
closing DB at the end"; $mysqli->close(); ?>
PHP code ends