php/xmlrpc class issue

Posted on 16th Feb 2014 by admin

I am working on xml-rpc in php to start with.

I have a class that only has variables defined in it. I have defined an object to this class. Now what i want to do is that i want to send a 'true copy' of this object to server side using xml-rpc or by any other possible method so that i can manipulate the data on the server.

Is it possible and if yes how. Please help me out with this. i'll be highly greatful.

Other forums