找到了一些有效的代码,但它也在我的页面上显示了代码。其他选项显示完整的HTML源代码。目前,我的代码是
<?php
$contents = file_get_contents('widget.html');
echo "$contents";
?>
,它显示如下:http://www.tarantulaweb.co.za/SiyabongaAfrica/foodbank-reaches-22500-people.php(右栏)
答案 0 :(得分:3)
使用print而不是echo它可以帮助你 要么 您可以使用iframe标签,
答案 1 :(得分:1)
取出回声
<?php
file_get_contents('widget.html');
?>