I corecto the code

I corecto the code

statusRequest.SetURL(“http://example.com/index.php?code=” + linkingCode"&“deviceid=”+ sn)

“hugetv” wrote:
I corecto the code

statusRequest.SetURL(“http://example.com/index.php?code=” + linkingCode"&“deviceid=”+ sn)

Not 100% sure I know what you’re asking – but you’re missing some ‘+’:


statusRequest.setURL("http://example.com/index.php?code="+linkingCode+"&"+"deviceid="+sn)