I cut & pasted the PHP code from Microsoft Azure web site:
http://msdn.microsoft.com/en-us/library/hh454950.aspx
I get an error that complains that function "curl_init()" is not defined.
I'm new to all this API business and am struggling to understand core issues of how to use it.
From what I understand the translation sequence is this:
Client Requests Translation > Server PHP Requests token and passes it to client >Client uses token to access Translation API >Server returns translation to client.
Please comment