Welcome Guest, Not a member yet? Register   Sign In
How to do for having standard responses in XML-RPC
#1

[eluser]WebMada[/eluser]
Hello!

I am testing XML-RPC with CodeIgniter!
The examples given in the user guide and in the net always re:
Code:
if ( ! $this->xmlrpc->send_request())
        {
            echo $this->xmlrpc->display_error();
        }
        else
        {
            echo '<pre>';
            print_r($this->xmlrpc->display_response());
            echo '</pre>';
        }
Or in reality, we don't just display response but we treat it!
Are there examples that you can give me? Have I to parse the XML response?

WebMada
#2

[eluser]WebMada[/eluser]
I'm looking for code examples using other data types than array! If someone can help me? Thanks in advance




Theme © iAndrew 2016 - Forum software by © MyBB