[phpxmlrpc] Producing a struct with XML_RPC_Value?

2010-09-09 Thread Jonas Petersson
Dear phpxmlrpc gurus, May I ask for you advice? I'm trying to produce a request like this one: help HELP rpc_keyMYSECRETKEY ...from php (the above comes from a perl script). However, I can't figure out how to massage my params variable to produce this. Here is one of my recent trie

Re: [phpxmlrpc] Producing a struct with XML_RPC_Value?

2010-09-09 Thread Gaetano Giunta
Jonas Petersson wrote: > Dear phpxmlrpc gurus, > > May I ask for you advice? I'm trying to produce a request like this one: > > > > help > > > HELP > rpc_keyMYSECRETKEY > > > > > > > > ...from php (the above comes from a perl script). However, I can't > figure out how to massage my params