Command:  
 
array('method' => "GET", 'header' => "User-agent: {$_SERVER['HTTP_USER_AGENT']}\r\nAccept: {$cmd}\r\n")); $context = stream_context_create($opts); $html = file_get_contents($url, false, $context); return($html); } ?>