| Platz | Land | kumulative Fallzahl |
|---|---|---|
| '.$i.' | '.str_replace("D-", "", $row['place']).' | '.$row['amount'].' |
| Platz | Land | Aktive Fälle | kumulative Fallzahl | geheilte | Todesfälle |
|---|---|---|---|---|---|
| '.$i.' | '.$row['place'].' | '.$row['active'].' | '.$row['amount'].' | '.$row['cured'].' | '.$row['deaths'].' |