|
|
Registered User Currently Offline
|
Posts: 12
Join Date: Feb 2006
|
Okay, I've got a small problem you guys will prolly be able to help me with.
I'm currently using php includes to include the forums inside a HTML page. For the last 12 months I've been writing the HTML page code into the forum index, headers and footers, but I've had enough of that lark now and want to understand includes a little better.
At first, I used iFrames, but there are obvious sizing problems involved with those.
I'm currently using
Code:
<?php include ("http://www.site.co.uk/bb/"); ?>
to include the forum index into my page. With the forum CSS in root, this works, until you click a forum link. Then you are taken to the original forum index.php.
I tried to counter this by adding the /forums.htm (The page in which the forums are included) onto the end of the forum URL settings in the options.php. Now clicking on any link just reloads the HTML page to forum index!
There has to be a simple way around this problem...
All help much appreciated.
|