Guest Posted March 9, 2007 Posted March 9, 2007 Hi all, Can I embed another website in my OSC site, what I mean is that in the URL bar they see my domain name but where the TEXT goes in index.php I want to be able to pull my other website, (something like frame); I want to change this; <?php echo TEXT_INFORMATION; ?> to some thing like this; <?php echo http://www.newdomain.com ?> Is this possible and if so what is the code please? Many thanks in advance
Guest Posted March 9, 2007 Posted March 9, 2007 Hi all, Can I embed another website in my OSC site, what I mean is that in the URL bar they see my domain name but where the TEXT goes in index.php I want to be able to pull my other website, (something like frame); I want to change this; <?php echo TEXT_INFORMATION; ?> to some thing like this; <?php echo http://www.newdomain.com ?> Is this possible and if so what is the code please? Many thanks in advance I think I worked it out! Is this correct? <?php require('http://www.newdomain.com/'); ?> Regards Mitchell
Recommended Posts
Archived
This topic is now archived and is closed to further replies.