Blocking external includes in php? 2025-04-14 Hi all, I was just wondering if its possible to prevent phpscripts from including offsite material. So anything like "/home/myname/file.txt" would work but "http://somesite.com/somefile.txt" would not.