Forum Moderators: coopster

Message Too Old, No Replies

XML RPC through php

         

asantos

1:22 am on Dec 3, 2006 (gmt 0)

10+ Year Member



Hi, i need to connect my self to a service's API through XML RPC.

Can anyone post a few basic examples of howto do it?

eelixduppy

8:56 pm on Dec 4, 2006 (gmt 0)



Here's something from SourceForge [phpxmlrpc.sourceforge.net].

A Google Search [google.com] may also come up with something.

You can also check out the XML-RPC Functions [us2.php.net].

I wish you luck!

foolswisdom

2:57 am on Dec 7, 2006 (gmt 0)

10+ Year Member



Or look at the source for blogging software written in PHP such as WordPress.

asantos

6:45 am on Dec 11, 2006 (gmt 0)

10+ Year Member



Thanks... i already found an already coded solution for connecting to blogger's api through their API.