Text-Translation-API-V3-PHP
Text-Translation-API-V3-PHP copied to clipboard
Error in lin 42. $key variable syntax
https://github.com/MicrosoftTranslator/Text-Translation-API-V3-PHP/blob/7242c1059035e8fcbdff72d1d1e535ac7731a2e4/Translate.php#L42
The correct variable name is $subscription_key. Thanks for the bug report.
I think you should escape the variable too like that '.$subscription_key. '