Nick Jenkins wrote:
root@bling:~# php --run 'print(file_get_contents("http://en.wikipedia.org/wiki/Outer_Space%22,FALSE,stream_context_create(arra..." => array ("header"=> "User-Agent: Casey Bisson search API")))));'
I believe you can also use
ini_set('user_agent', 'Casey Bisson search API'); file_get_contents('http://en.wikipedia.org/wiki/Outer_Space');
Easier on the eyes perhaps?
-- Tim Starling