iframe alternative using PHP?

Discussion in 'PHP' started by ccano, Nov 29, 2006.

  1. #1
    Hi I'm looking to have something like this INSIDE my web page. I believe it's called an iframe? Anyway, I don't want to use iframes or frames. Is there any way to replicate this using PHP?

    [​IMG]

    Thanks :)
     
    ccano, Nov 29, 2006 IP
  2. themaster

    themaster Well-Known Member

    Messages:
    934
    Likes Received:
    33
    Best Answers:
    0
    Trophy Points:
    140
    #2
    You can do it with javascript.
     
    themaster, Nov 29, 2006 IP
  3. ccano

    ccano Peon

    Messages:
    211
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thanks. How?

    If anyone knows how to do it with PHP I'd prefer that, though.
     
    ccano, Nov 29, 2006 IP
  4. thedark

    thedark Well-Known Member

    Messages:
    1,346
    Likes Received:
    43
    Best Answers:
    0
    Trophy Points:
    168
    Digital Goods:
    1
    #4
    if you want to look in that way, you need javascript, you should get a box example, do a google search for java code
     
    thedark, Nov 29, 2006 IP
  5. nico_swd

    nico_swd Prominent Member

    Messages:
    4,153
    Likes Received:
    344
    Best Answers:
    18
    Trophy Points:
    375
    #5
    PHP is a server-side language that OUTPUTS HTML code (or javascript or w/e). So "PHP" is not the solution to something like frames.

    You can use a DIV with auto-overflow for example. (I hate hate hate iframes)
     
    nico_swd, Nov 29, 2006 IP
    ccano likes this.
  6. ccano

    ccano Peon

    Messages:
    211
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #6
    I searched for java code but I'm not sure what this type of thing is called. Is it a
    "java box"? If so I can't figure out where to find the code for that.

    Thanks for your help.
     
    ccano, Nov 29, 2006 IP
  7. ccano

    ccano Peon

    Messages:
    211
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Great, that'll work perfect. Thanks :)
     
    ccano, Nov 29, 2006 IP