$nazwa = file_get_contents(''http://translate.googleusercontent.com/translate_c?rurl=translate.google.com&sl=de&tl=en&twu=1&u=http://www.wp.pl/&usg=ALkJrhhN1xMo5prOYX5muPKkJPXjdd9fAA'); exit;
Niestety w wyniku dostaję jakieś ramki:
<p style="color:#ff0000; line-height:30px;">doda---5402050</p><b>1</b> - <b>1</b><br />content:<br/>string(882) "<html><head><meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"><meta name="google" content="notranslate"><title>Google Translate</title></head><frameset rows="65,*" frameborder=1 framespacing=0 cols="*"><frame src="/translate_n?rurl=translate.google.com&sl=de&tl=en&u=http://www.wp.pl/" name=n scrolling=no noresize marginwidth=0 marginheight=0><frame src="/translate_p?rurl=translate.google.com&sl=de&tl=en&u=http://www.wp.pl/&usg=ALkJrhgHjbXN1wlyogMzHPJ3TqdKa8aNmA" name=c><noframes><script><!--document.location="/translate_p?rurl=translate.google.com&sl=de&tl=en&u=http://www.wp.pl/&usg=ALkJrhgHjbXN1wlyogMzHPJ3TqdKa8aNmA";--></script><a href="/translate_p?rurl=translate.google.com&sl=de&tl=en&u=http://www.wp.pl/&usg=ALkJrhgHjbXN1wlyogMzHPJ3TqdKa8aNmA">Translate</a></noframes></frameset></html>"
Probowałem użyć tych adresów ($nazwa = file_get_contents('http://translate.googleusercontent.com/translate_p?rurl=translate.google.com&sl=de&tl=en&u=http://www.wp.pl/&usg=ALkJrhgHjbXN1wlyogMzHPJ3TqdKa8aNmA');
ale niestety bez rezultatów.
Czy ktoś się orientuje jak pobrać ten content za pomoca file_get_contents lub cURL ?