| |||
| u can use direct links to the Google translator Code: <?php $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, "http://64.233.179.104/translate_c?hl=en&ie=UTF-8&oe=UTF-8&langpair=$lang&u=" . urlencode($_GET["u"]) . "&prev=/language_tools"); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); $html = curl_exec($ch); curl_close($ch); ?> |
![]() |
| Thread Tools | |
| Display Modes | |
| |