How do I include an external file in PHP?

前端 未结 2 727
太阳男子
太阳男子 2021-01-06 14:47

I need to include and external file that is on another url. For example google.com. I have tested the include using local files, so that much works, but if I try and use 127

2条回答
  •  悲&欢浪女
    2021-01-06 15:30

    I have no idea why you'd want to do this, but you could most certainly try something like:

    
    

提交回复
热议问题