Dennis
|
| Posted: 09/29/2002, 7:32 PM |
|
I am trying to have a page that has content provided by another site. I would like to have my site header, footer etc. displayed, but the body of the page would actually be content provided by another site. I am able to make this work by hard coding something like:
<?php
include("http://somesite.com/news/item.html?item=123")
?>
but have been unable to make this work with CCS. Can't figure out how to make it include the remote link. I can pull the link from a database column etc., but just can't get it to actually do the include.
Any ideas?
|
|
|
 |
Bill Ma
|
| Posted: 10/02/2002, 10:01 AM |
|
Hope can help =)
|
|
|
 |
|