Posted by AA on 04/07/07 15:37
Hi all. I have at website1.
<?php
$filename="http://orange.com/links.php?linker=3244324";
echo readlfile($filename);
?>
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.
[Back to original message]
|