PHP Mysqli Fetch Single Row

$row = $result->fetch_assoc();
larsser