Advertisement
thommy1972de

Untitled

Apr 16th, 2022
1,328
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.22 KB | None | 0 0
  1. $string = file_get_contents("https://creativecommons.tankerkoenig.de/json/prices.php?ids=cab5b392-0195-4f76-bc7e-941e5860d278&apikey=bd7ebe88-797e-983d-cfa4-4d7de06ebc19");
  2. $daten = json_decode($string);
  3. var_dump($daten);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement