This is my code:
$xml_file = file_get_contents(SITE_PATH . 'cms/data.php');
The problem is that a server has URL file-access disabled. I cannot enable it, its a hosting thing.
So the question is this. The data.php file generates xml code.
How can I execute this and get the xml data without doing the above method?
Is it possible?