mzubairsaleem / gtranslate-api-php

Automatically exported from code.google.com/p/gtranslate-api-php
GNU General Public License v3.0
0 stars 0 forks source link

Update to API Version 2 #38

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Update to api version 2 and example

Original issue reported on code.google.com by inod...@gmail.com on 19 Apr 2011 at 1:37

Attachments:

GoogleCodeExporter commented 8 years ago
Update script to solve same bugs

Original comment by inod...@gmail.com on 27 Apr 2011 at 9:58

GoogleCodeExporter commented 8 years ago
Sorry inclute format in V1

Original comment by inod...@gmail.com on 27 Apr 2011 at 10:10

Attachments:

GoogleCodeExporter commented 8 years ago
Hi,
I just added this line at line no. 380 of GTranslate.php - 
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);

along with this I enabled the CURL by uncommenting the curl extension line in 
the php.ini file of web server(by getting rid of semicolon just before)- 
extension=php_curl.dll

All translations are getting carried out with ease, the Gtranslate.php is 
working perfectly :-) 

Thank you all!

Original comment by rohitas...@ranosys.com on 6 Dec 2011 at 9:47