Results 1 to 2 of 2

Thread: Iframe SSI script II doesn't work with PHP

  1. #1
    Join Date
    Apr 2005
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Iframe SSI script II doesn't work with PHP

    Script: Iframe SSI script II
    http://www.dynamicdrive.com/dynamici...iframessi2.htm

    I'm pretty new at all of this, so it may just be an implimentation issue. I have the Iframe SSI script II on my page, works great with all of my html pages, but can't determine the size of my php page. The php page in question is a phpBB page. I read in the forum that CSS style sheets can cause issues if they change the height of objects on the page. I guess my question is, has anyone gotten the Iframe SSI script II to work with phpBB? And are there any tricks to get it to work on my page.

    My page url is: [broken link]
    Last edited by jscheuer1; 03-30-2016 at 01:55 PM. Reason: broken link

  2. #2
    Join Date
    Jul 2005
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Iframe SSI II and php

    I have gotten this to work fine in php. (phpnuke) This site is still in development but you can see at
    [broken link]
    or
    [broken link]

    In my php index.php file I used an include statement which calls an html file:
    include ("broken link");

    The html file is simply the iframe script. The only special thing I had to do was to make sure that step 1 of the iframe script be within the <head> and </head> tags and step 2 be within the <body> and </body> tags.

    I hope this helps.
    Last edited by jscheuer1; 03-30-2016 at 01:56 PM. Reason: broken links

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
  •