I am trying (so far unsuccessfully) to figure out how to call a URL into a page.
Page layout is accomplished via css and I would like to have a web page from a different part of the site called into the content area of the page.
If I use $filename = "url of page" -or- "path/to/php/page/to/be/displayed/" all I get is the page code.
Is there a way to call one web page into another other than using something like an iframe, something I want to avoid.
Thanks