I have a text on pastebin.com.
I want to get it by raw so i'm using this code in PHP :
$file = file_get_contents('http://pastebin.com/raw.php?i=1E9hZLfc');
echo $file
But it return nothing, I tried also curl but same problem.
Can you help me ?