Jump to content

[SOLVED] Show part of a website within a website?


uwictech

Recommended Posts

Hi all,

 

On the Home page of a website that I have designed, I would like to show parts of other websites.

 

The other websites contain information such as health monitors for different parts of the network. Another website may contain the temperatures in the server rooms.

 

I would like to pull these all together on my home page like little port lets.

 

Is this possible with PHP, or would something like java scrip be more useful?

 

Jamie

 

I guess you would be able to get the HTML and try and preg-match between two tags.

 

Is the section of the website wrapped in a div with an id:

 

<div id="status"><p>Foo</p></div>

 

If so you could match against that and output the HTML yourself (might be an idea to cache it).

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.