array('method'=>"POST",'header'=>"Content-Type: text/xml",'content'=>$request))); $file = file_get_contents('http://srank.seznam.cz', false, $context); $response = xmlrpc_decode($file); if ($response['status'] == 200) { echo (round($response['rank'] / 2.55,0)).'/100'; } ?>