EDIT: ops, didn't see ^^, thanks.
EDIT2: Yay it works, cheers.
I think I understand now; correct me if I'm wrong:
I use the URLEncode function by labrat and pass the data I want to set the server side php var to through the URLEncode function.
Then I do this:
%data = "datamode = Start";
%httpCmd="GET /wp-content/themes/e-wallet/resources.php HTTP/1.1\nHost: destinyrpg.kalphiter.com:80\nUser-Agent: Torque/1.0 \nAccept: */*\nContent-Length: "@ strlen(%data) @"\nContent-Type: application/x-www-form-urlencoded; charset=UTF-8\n\n" @ %data;
TCPObject.send(%httpCmd @ " \r\n");