php/xmlrpc class issue

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
restrict
Forum Newbie
Posts: 2
Joined: Wed Oct 28, 2009 3:33 pm

php/xmlrpc class issue

Post by restrict »

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. :)

Thanks in advance. Please help me out.
restrict
Forum Newbie
Posts: 2
Joined: Wed Oct 28, 2009 3:33 pm

Re: php/xmlrpc class issue

Post by restrict »

please help someone
Post Reply