Hi Group,
I want to send a simple string over HTTP to a server using
network.request( url, method, listener [, params] )
I have tried every possible way I can google, but the only string I receive at the PHP side is
0—0-2015-12-16 21:16:25
Which actually is only “0—0” and the timestamp. Whatever I try to put in the params filed, the only output is “0—0”.
Can anybody help me out here?