Hi all. I have at website1.
<?php
$filename="http ://orange.com/links.php?linke r=3244324";
echo readlfile($file name);
?>
At website2, I ouput some generated HTML using the linker key from
website1.
But what happens when I retrieve the HTML is that website2 outputs the HTML
relating to the webhosting company's main page instead of my HTML generated
code. I am using apache on website1 and website2. Does anybody know why
this is happening. Thanks in advance.
<?php
$filename="http ://orange.com/links.php?linke r=3244324";
echo readlfile($file name);
?>
At website2, I ouput some generated HTML using the linker key from
website1.
But what happens when I retrieve the HTML is that website2 outputs the HTML
relating to the webhosting company's main page instead of my HTML generated
code. I am using apache on website1 and website2. Does anybody know why
this is happening. Thanks in advance.
Comment