
$faq = file_get_contents("https://content.progressplay.net/api/InfoContent?whitelabelId=17&code=faq");
$faqdata = json_decode($faq , true);
foreach ($faqdata as $key => $value)
echo end($value);
}
[/insert_php]
$faq = file_get_contents("https://content.progressplay.net/api/InfoContent?whitelabelId=17&code=faq");
$faqdata = json_decode($faq , true);
foreach ($faqdata as $key => $value)
echo end($value);
}
[/insert_php]