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' ;
?>
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.
Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum
FOrget what i said about iFrames... But could you do something like what I posted above for a php include into a page?
Bookmarks