first commit

This commit is contained in:
Göran Heinemann 2020-03-04 23:18:04 +01:00
commit 7ee046c178
3 changed files with 5 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.idea/*

1
README.md Normal file
View File

@ -0,0 +1 @@
corona-rki

3
fetch.php Normal file
View File

@ -0,0 +1,3 @@
<?php
$inhalt = file_get_contents("https://www.rki.de/DE/Content/InfAZ/N/Neuartiges_Coronavirus/Fallzahlen.html");
var_dump($inhalt);