如何允许我的PHP文件仅加载到iframe中?
例如:
>防止直接访问:example.com/Loader.PHP>允许iframe访问:< iframe name =“TEST”src =“Example.com/Loader.PHP”>< / iframe>
解决方法:
你不会使用PHP.试试javascript.
if(window==window.top) { // not in an iframe }