Google Translate APIはもう無料ではないので、http://mymemory.translated.net/doc/spec.phpから翻訳を取得しようとしています。
たとえば私のPHPページ
header("Cache-Control: no-cache");
header("Pragma: no-cache");
header('Content-type: application/json');
$_POST['value']=="Hello everybody";
// URI to get italian from english
$translate_it=json_decode(file_get_contents("http://mymemory.translated.net/api/get?q=".$_POST['value']."&langpair=en|it"));
私はオブジェクト開発者ではなく、データにアクセスする方法がわかりません...
これから「translation」フィールドのみを取得するにはどうすればよいですか? http://mymemory.translated.net/api/get?q=Hello%20everybody&langpair=en|it