Topic: [solved] Syndication with extern.php fails
Hi there,
I've set up a simple test page to run the extern.php syndication script (for later inclusion with my CMS powered site) but the page comes up with nothing. The file extern.php is there, but the parameters kill it. Please help me see where do I go wrong.
Here's the call:
<?php
include("http://modx.credoakademin.nu/forum/extern.php?action=new&show=3");
?>
And here's the test page.
Any help would be greatly appreciated.
Mats