Frame with PHP

Discussion in 'PHP' started by doodnom, Nov 23, 2006.

  1. #1
    Hello Guy,

    How can i create frame and left frame insert url then when i click right frame it show similar browser

    how can i make it with PHP ???

    Thank you
     
    doodnom, Nov 23, 2006 IP
  2. thedark

    thedark Well-Known Member

    Messages:
    1,346
    Likes Received:
    43
    Best Answers:
    0
    Trophy Points:
    168
    Digital Goods:
    1
    #2
    php is made to connect the backend ( database or files ) with front-end, exporting html, you can use html frames
     
    thedark, Nov 23, 2006 IP
  3. doodnom

    doodnom Guest

    Messages:
    47
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thank you, if i have 2frame ex. f1.htm, f2.htm also f1.html contain url lists then I click url in f1.htm I want to f2.htm display
     
    doodnom, Nov 23, 2006 IP
  4. nico_swd

    nico_swd Prominent Member

    Messages:
    4,153
    Likes Received:
    344
    Best Answers:
    18
    Trophy Points:
    375
    #4
    
    
    <a href="something.html" target="frame-name">Link</a>
    
    HTML:
     
    nico_swd, Nov 23, 2006 IP
  5. doodnom

    doodnom Guest

    Messages:
    47
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Thank you very much guy it good :D working
     
    doodnom, Nov 23, 2006 IP