<?php include('GoogleTranslate.class.php'); $google_trans = new GoogleTranslate('en','it','hello old man'); $translate_text = $google_trans->translate(); print $translate_text."\n";
info at phpclasses dot org