Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: How to include PHPBB Forum into a Webpage?

  1. #11
    Join Date
    Nov 2006
    Posts
    99
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Would be remotly possible to do

    PHP Code:
    <?php
         define
    ("[WHATEVER]"" ");
         include 
    'phpBB/index.php' ;    
    ?>
    *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...

  2. #12
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    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

  3. #13
    Join Date
    Nov 2006
    Posts
    99
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    FOrget what i said about iFrames... But could you do something like what I posted above for a php include into a page?

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •