
hugetv
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2014
08:39 PM
I corecto the code
I corecto the code
statusRequest.SetURL("http://example.com/index.php?code=" + linkingCode"&"deviceid="+ sn)
statusRequest.SetURL("http://example.com/index.php?code=" + linkingCode"&"deviceid="+ sn)
Our system http://www.rokumanager.com
1 REPLY 1
Rek
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2014
02:10 PM
Re: I corecto the code
"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)