Hi
My problem is that i use include on my page like
include "top.php";
include "left.php";
my html code
include "bottom.php";
all works great until o come to including for example phpBB2 and
Coppermine Gallery since when i include it like:
include "http://www.weburl.se/phpBB2/index.php";
then it shows the page but no pictures or links works since it seems like its looking for the pages it needs in the root dir and its not where i have them.
so is there any way i can make it work?
thanks
/danjuls