VarunKrish

PHPit – Totally PHP Ã?» An introduction to XML-RPC in PHP

Hereââ?¬â?¢s an excellent article from Dennis Pallett at PHPit on how to implement an XMLRPC server and client using PHP.ââ?¬Å?XMLRPC web services are commonly included with blogging tools (such as WordPress) and content management systems, but many other websites benefit from having a public web service, especially web sites that serve data, for example a weather website.

Although PHP comes with inbuilt XMLRPC functionality, we won�t be using it in this tutorial, and instead we�ll opt for the excellent XMLRPC Library by Simon Willison, available at http://scripts.incutio.com/xmlrpc/. This library includes both the ability to create a XMLRPC server and client, which is exactly what we need.�

Link: PHPit – Totally PHP Ã?» An introduction to XMLRPC in PHP

Thanks to http://blogs.vinuthomas.com/ for his great blog posts

Exit mobile version