Posted by Andy Hassall on 07/24/06 13:18
On 24 Jul 2006 05:59:57 -0700, "Chris" <kirany82@gmail.com> wrote:
>I'm trying to build a sample XML-RPC using PHP, but can't get the
>sample working.
>Can experienced users tell me why?
You didn't post what error messages you are getting.
> <?php
> include 'xmlrpc.inc';
> include 'xmlrpcs.inc';
These aren't the names of the XML_RPC include files for starters, so go back
to the manual and copy out the examples again:
http://pear.php.net/manual/en/package.webservices.xml-rpc.examples.php
--
Andy Hassall :: andy@andyh.co.uk :: http://www.andyh.co.uk
http://www.andyhsoftware.co.uk/space :: disk and FTP usage analysis tool
[Back to original message]
|