Forum Moderators: coopster
<?php
include("http://www.yahoo.com");
?>
but the problem is that the place i want to include it is inside a variable which is:
$content='
HTML Content Goes here
';
can anyone tell me how i can include the remote page within the $content variable.
thank you