Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Urgent Help Please


Guest

Recommended Posts

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...