Results 1 to 2 of 2

Thread: Embed Content from another site

  1. #1
    stitcho is offline New Member: Posts Will Be Moderated
    Join Date
    Feb 2011
    Posts
    1

    Embed Content from another site

    I am looking to see whether it is possible to embed specific content from one site into another. Ideally I want to stay away from iFrames and use PHP but if iFrames are the best or only option then so be it.

    Ok so for example I have a table on website www.xyz.com but I want to display that table on website www.zyx.com. I dont want to embed the entire page, just the table. Is this possible?

  2. #2
    Join Date
    Mar 2007
    Location
    Werrington, England
    Posts
    1,315
    Yes its possible. You would need to extract the content with PHP which depending on the page could be quite complicated. You also need to have the right to republish the data from the original site. Pulling stuff off without permission breaks copyright laws and a DMCA request can soon pull your site offline.

    Here are a few decent starting points to get you going.

    http://www.electrictoolbox.com/extra...h-webpage-php/
    http://stackoverflow.com/questions/1...html-using-php

Similar Threads

  1. embed site snapshots
    By 957 in forum Web Design, HTML Reference and CSS
    Replies: 0
    Last Post: 01 Oct 2010, 07:04 AM
  2. embed a dictionary?
    By jangoforhire in forum Tutorials
    Replies: 0
    Last Post: 14 Aug 2009, 01:38 PM
  3. How Do I Embed My Forum Into My Site?
    By tcorbyn in forum Web Design, HTML Reference and CSS
    Replies: 1
    Last Post: 11 Feb 2007, 06:31 AM

Posting Permissions

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