我想获得包含一些php和一些HTML代码的页面,如下所示: Page url:ahax.php?some = 1& any = 2 页面内容:
server.port=8080 # Default
server.port=0 # Random
我总是使用" echo"在用于ajax的php文件中,现在它包含更多的html和php代码行,使用" echo"这是愚蠢的。
答案 0 :(得分:1)
<?
$url = 'http://www.google.com';
echo file_get_contents($url);
?>
不确定我明白你想知道什么......不过我希望这就是你要找的东西。请澄清你的问题。
另外,请查看此very helpful link.