Thanks for the link. But it's a pity that there are no examples how to code by yourself.
Another Question:
How can I create new categories via xml_rpc ?
Thanks in advance!
- tom
Search found 2 matches
- Sat Feb 03, 2007 10:21 pm
- Forum: Plugins
- Topic: XML_RPC blogging via external PHP Script
- Replies: 3
- Views: 2632
- Wed Jan 31, 2007 8:20 pm
- Forum: Plugins
- Topic: XML_RPC blogging via external PHP Script
- Replies: 3
- Views: 2632
XML_RPC blogging via external PHP Script
I recently set up s9y-1.0.4 with the xml_rpc interface.
But I could not find any documentation how to remotely
create new categories or posts.
Even with
require_once 'XML/RPC.php';
$xml_entries_vals[] = new XML_RPC_Value("tbaumann", "string");
$xml_entries_vals[] = new XML_RPC_Value("p@ssw0rd ...
But I could not find any documentation how to remotely
create new categories or posts.
Even with
require_once 'XML/RPC.php';
$xml_entries_vals[] = new XML_RPC_Value("tbaumann", "string");
$xml_entries_vals[] = new XML_RPC_Value("p@ssw0rd ...