Closed GoogleCodeExporter closed 8 years ago
I solved with POST in curl to send large text. See attach.
Original comment by tor...@gmail.com
on 24 Oct 2009 at 9:44
Attachments:
This the first time, please consider this code. tnx
Original comment by tor...@gmail.com
on 24 Oct 2009 at 9:55
Attachments:
Hi,
Just committed a new version, that allows you to use CURL post methods. The fix
was based on your code.
If you want to use it just check out the last version from repository.
To use, here is a simple example:
<?php
require("GTranslate.php");
$translate_string = 'Das ist';
$gt = new Gtranslate;
$gt->setRequestType('curl');
echo $gt->german_to_english($translate_string)."<br/>";
?>
Just let me know if helps.
Jose
Original comment by josedasilva
on 2 Nov 2009 at 10:33
hi
the code works.
thanks
stephane
Original comment by scouzin...@gmail.com
on 2 Nov 2009 at 11:06
This is Melinda set it up for me
#1
Original comment by melindam...@gmail.com
on 14 Feb 2013 at 6:06
Attachments:
Original issue reported on code.google.com by
scouzin...@gmail.com
on 17 Oct 2009 at 10:33