include_once ('include/config.php'); $string2 = file_get_contents("content/addradio.json"); $content = json_decode($string2, true); $meta_title = $content[0]['meta_title'] .$content[0]['meta_domain_name']; $meta_description = $content[0]['meta_description']; $title = $content[0]['title']; $subtitle = $content[0]['subtitle']; $content = $content[0]['content']; include_once("include/head.php"); ?>