error_reporting(-1);
header('Content-Type: text/html; charset=utf-8');
$comment=$_GET["comment"];
$xml = simplexml_load_file("https://translate.yandex.net/api/v1.5/tr/translate?lang=ru-en&key=trnsl.1.1.20160122T121122Z.b28c9e1fadbb4e43.f5f40d8f7eb1f4ba1da5198c7db7ee5676a37be4&text=$comment");
print($xml->text);