Code: Select all
<?php
exec('java Translator "Questo èa"');
?>Moderator: General Moderators
Code: Select all
<?php
exec('java Translator "Questo èa"');
?>Code: Select all
<?php
exec('java Translator' . iconv(the charset of the word, the charset you want to output,"Questo èa") );
?>