I did not care about the server yet, because I am trying to use a service provided by an external one, am I doing wrong?
Can you tell me somthing more about the error I get?
Thank you Ciao Sam
At 09.51 17/12/03 +0100, you wrote:
Hi Sam, looks here for a simple client example: http://xmlrpc-c.sourceforge.net/xmlrpc-howto/xmlrpc-howto-php-client.html
And here, for its server example: http://xmlrpc-c.sourceforge.net/xmlrpc-howto/xmlrpc-howto-php-server.html
Bye, Miki
Hi everybody, I am new to phpxmlrpc. I downloaded the xmlrpc class and tried to use it. After lots of tries, I keep on getting this error: Fatal error: Cannot redeclare xmlrpc_decode() in /.../xmlrpc.inc on line 1380 I can get out of this, can anyone help me? I am working with a very simple script like this:
$client=new xmlrpc_client("path", "server", 80); $par1=new xmlrpcval(array( "first_param" => new xmlrpcval("first_value", "string"), "second_param" => new xmlrpcval("second_value", "string")), "struct"); $par=xmlrpc_encode($par1); $f=new xmlrpcmsg("method",$par); $r=$client->send($f);
Thank you in advance Sam _______________________________________________ phpxmlrpc mailing list [EMAIL PROTECTED] http://lists.usefulinc.com/cgi-bin/mailman/listinfo/phpxmlrpc
_______________________________________________ phpxmlrpc mailing list [EMAIL PROTECTED] http://lists.usefulinc.com/cgi-bin/mailman/listinfo/phpxmlrpc