Hi,
This the class for xmlrpc, download
for more details click here
test file
include_once "classfile.php";
//echo "wp.getUsersBlogs";
$client = new IXR_Client('http://localhost');
echo "method name"."
";
if(!$client->query('method name','param1','param1'))
{
die('An error occurred - '.$client->getErrorCode().":".$client->getErrorMessage());
}
No comments:
Post a Comment