I need to include an external file, which is located on a different URL. For example, google.com. I tested include using local files, so it works a lot, but if I try to use 127.0.0.1/filetoinclude.txt, nothing happens. I have no error, I just get a blank page. So how should I include http://google.com on my page?
source
share