|
|
|
|
WordPressXmlRpc is a PHP library for sending commands to a WordPress blog to perform various functions. Currently, the only function in the library is for posting a message to a blog. The title of the post, category, and status (active or draft) can be set. The following is an example how to use the library. include 'WordPressXmlRpc/class.WordPressXmlRpc.php'; RequirementsThis library was originally written for PHP 5, but due to the many PHP 4 users who wanted to use it, we created a version just for them. The class usage is the same for both PHP versions, so when the PHP 4 users upgrade to version 5, their applications will still function the same when upgrading the class library. Of course, the PHP 4 version will also work in PHP 5.DownloadWordPressXmlRpc_for_PHP5_1.0.1.zip for PHP 5 users WordPressXmlRpc_for_PHP4_1.0.1.zip for PHP 4 or higher users |

























WordPressXmlRpc

