[eluser]peroperje[/eluser]
Hi
I can not send a request server to meet this form:
...........................................
Parameter
Order / Name Type Description
1 QUERYTYPE String possible values are PLAYERID, NICK or AUTH or AUTHMD5
2 QUERYVALUE Array / Struct Key / value pair’s
...............................................................
$params =array(
array(
array(
‘QUERYTPE’=>‘AUTH’
),‘array’,
)
,
array (
array(
“USERNAME”=>“someusername”,
“PASSWORD”=>“somepassword”
),‘struct’
)
);
I sent this, and a million other combinations and can not get the correct answer from the server
if someone has an idea, how to send a request to the first parameter be a string (no key), and the other parameter combination of key and value that CI does not return error