Hi! Could we please enable some services and cookies to improve your experience and our website?
Online Sandbox for SQL and PHP: Write, Run, Test, and Share SQL Queries and PHP Code
<?php
$url="https://www.err.ee/rss";
$data=file_get_contents($url);
$xml = simplexml_load_string($data);
$json = json_encode($xml);
$cb0_1 = json_decode($json, true);
$cb_1 = $cb0_1;
print_r($cb_1);