Hi,
I'm trying to include an external page on a site without using an iframe. I've tried using include but that only gives the 'URL file-access is disabled in the server configuration' error so is not an option.
I've also tried using file_get_contents but that would require going through each line of the page and updating links code such as <script type="text/javascript" src="./js/jquery-1.2.6.min.js"></script> to lead to the correct external file.
Is anyone able to help with an alternative option or am I stuck with either an iframe as the 'best' option?