I'm working on a project and I want to include an HTML script which will hosted on Pastebin.
Something like:
include 'http://pastebin.com/raw/testiungshdhd';
I tried
fgets(fopen('http://pastebin.com/raw/asdasddaqwe', 'r'));
But negative.