标签: ajax node.js phpunit
例如,我有两个html文件sample1.html和sample2.html,我想在一个php文件中显示它们,就像我输入www.mydomain.com/index.php?show=sample1将显示sampl1一样。 html和?show = sample2将显示sample2.html,但只有一页
答案 0 :(得分:0)
那样的东西?
<? include($_GET['show'].".html"); ?>
这不是一个安全的答案,但我认为这就是你想要的......