return_type = 'phpvals'; //send the XML-RPC message to the server $response = $client->send($message); //print the response (if errno=0, the post was a sucess!) echo "
"; print_r($response); echo "