How to get user data remotely
First of all, thank you very much for the remoting client example. It's really a time saver.
My question is how can I fetch client data remotely. I see the functions client_get ($session_id, $client_id) in remoting.inc.php but the usage is somewhat vague. I'm not sure whether that's the right function to use.
I need to retrieve user data (address, street, mobile etc etc) and populates it into textbox.
Thanks in advance
|