Hi folks,
This is my first post so I hope its in the right forum.
I recently found some excellent PHP code on the web by Vedanta Barooah which uses curl to send a translation request to babelfish (http://babelfish.altavista.com/tr). I figured that it would be fairly easy to get second life to use the script via
llHTTPRequest / http_response.... but alas something weird has cropped up.
There is a copy of the script running here:
http://www.eirewave.com/babelfish/translate.php?from=english&to=spanish&text=hello%20world
which produces the expected "hola mundo" if called from a browser....
But.... second life just spits out the original parameter "helloworld". I can't for the life of me figure out why this would happen. The http response body is "hola mundo", and if I try any hard coded output from the PHP it is reproduced as expected in second life, but not when it comes from the translator function...
Anyone got any ideas? Anything at all would help.
Also, could someone please tell me why that white space between "hello" and "world" is missing?
Many Thanks.

