Blockland Forums > Modification Help
HTTPObject
cucumberdude:
I'm using httpobjects to try and interact with PHP on my site. However, I'm having trouble sending multiple variables ($_GET['bla']). Whenever I send more than one parameters, they sort of lump together.
I want to do:
mysite.com/bla.php?var1=please&var2=work
Instead, there is no var2 and var1 is equal to "please&var2=work".
Any ideas?
Destiny/Zack0Wack0:
Yep, that's torque's stuffty HTTP object implementation.
Use a TCP object and configure the HTTP packets yourself.
cucumberdude:
Ok. If you happen to have any TCP object tutorials that are nice and easy to follow, link me up.
Otherwise I'll be searchin'
Thanks.
Iban:
As I've said in the past, use RTB as a reference. It has extensive usage of TCPObjects.
cucumberdude:
Allright. I'll take a look at it, thanks.
EDIT: Took a peek... A stuffload of .cs files! Any specific ones I should check out? I'm cntrl-Fing TCP but it's not coming up with anything so far.
DBLEDIT: Found some TCP in the IRC file... nvm