Topic: show recent topic problem
hello,
My problem is that I can not show my recent topics on my frontpage. I tryed the php way to include it. this is the code I think has to work. <?php include("forum/extern.php?action=active"); ?>
This is the adres on what is should be shown http://www.hortecta.be/site/paginas/index2.htm
The frame where the code is, is a php file. see http://www.hortecta.be/site/paginas/midden.php
And this is the adres that shows that the link is working of recent topics http://www.hortecta.be/site/paginas/for … ion=active
I also tryed this but that also does not work <?php include(http://www.hortecta.be/site/paginas/for … ion=active); ?>
On the same page I also use include for cutenews (a little news cms), and that works. this is the code <?php $number=5;
include("cutenews/show_news.php"); ?> And that works perfectly.
This is realy realy strange, I do not know what I am doing wrong?
Thanks in advance.