1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Making split screen

Discussion in 'PHP' started by Kuna, Jul 20, 2012.

  1. #1
    Is it possible to make with pure PHP split screen where I will show results from 3 major search engines seperately. It's just for learning, not for commercial use.
    I tried with frameset, but not sure how to do the rest, cause I have to include 3 different .html documents in frames
     
    Kuna, Jul 20, 2012 IP
  2. HuggyEssex

    HuggyEssex Member

    Messages:
    297
    Likes Received:
    4
    Best Answers:
    2
    Trophy Points:
    45
    #2
    I would do this with jQuery for loading the front end and then set your PHP script to collect the results for each search engine using the Ajax commands.
     
    HuggyEssex, Jul 20, 2012 IP
    Kuna likes this.
  3. BRUm

    BRUm Well-Known Member

    Messages:
    3,086
    Likes Received:
    61
    Best Answers:
    1
    Trophy Points:
    100
    #3
    PHP has no impact on the client-side layout, it is primarily a server-side language. Use HTML iFrames or like HuggyEssex said use a client-side language like Javascript.
     
    BRUm, Jul 21, 2012 IP
    Kuna likes this.