Re: Difference between Trim($HTTP_POST_VARS["sh"]) and scalarval()
"erasmus_joshi" <[email protected]>
| Newsgroups | gmane.text.xml.rpc.specification |
|---|---|
| Message-ID | <[email protected]> |
Hello again and thanks for all answers,
0 - what version of phpxmlrpc are you using?
// $Id: xmlrpc.inc,v 1.99 2005/11/22 15:33:39 ggiunta Exp $
1 - are you coding the server side, the client side, or both?
I'm just developing the client side.
4.
This is great. var_dump has been a really good help:
My result looked like: array(1) { [0]=> object(xmlrpcval)(3) {
["me"]=> array(1) { ["string"]=> string(10) "9415985356" }
["mytype"]=> int(1) ["_php_class"]=> NULL } }
The type ["string"] was wrong. Somehow I used $f->addParam(new
xmlrpcval($sh, $xmlrpcInt)); that didn't worked. After I have seen the
result above I changed it to $f->addParam(new xmlrpcval($sh, 'int'));
and everything works fine now.
Really thanks for the answers.
Sascha
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/xml-rpc/
<*> To unsubscribe from this group, send an email to:
[email protected]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/