Would be remotly possible to do
*Just do a bunch of defines and define the different files and such, and then include the index.php in a table or [i]frame within a page...PHP Code:<?php
define("[WHATEVER]", " ");
include 'phpBB/index.php' ;
?>
Printable View
Would be remotly possible to do
*Just do a bunch of defines and define the different files and such, and then include the index.php in a table or [i]frame within a page...PHP Code:<?php
define("[WHATEVER]", " ");
include 'phpBB/index.php' ;
?>
Huh? I'm confused... no clue what you're trying to do.
include() outputs DIRECTLY to the browser.. right into the html. There is no way to control how it's output, except where you place it, and that wouldn't allow for use in an iframe.
FOrget what i said about iFrames... But could you do something like what I posted above for a php include into a page?