Forum Discussion

1 Reply

  • "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)