Topic: Using extern.php in main.tpl
I have a problem getting output from extern.php when including it in the main.tpl.
There is no output whatsoever.
I tried a simple
<?php include('http://www.site.com/forum/extern.php?action=stats'); ?>
but that didn't work.
So I read a little in this forum, and decided to try the pun_include, and I put this code in main.tpl:
<pun_include "http://www.site.no/forum/extern.php?action=stats">
But that didn't work either. What am I doing wrong?
I read through a bunch of other threads regarding extern.php, but couldnt find the answer