Code Album

Loading
Code Album Gitbug repository - http://github.com/bngsudheer/Code-Album/tree/master

XML RPC Client In PHP - A Real World Example: Ping Technorati

If you are familiar with blogosphere you know what is Technorati.

Technorati is an Internet search engine for searching blogs. You can submit your blog to Technorati and ping their servers when your blog site is updated. when you ping Technorati their web crawlers read the updated information on your site.

Technorati offers an XML-RPC ping web service to allow blogs to notify content changes.

In this article we discuss how to write a PHP script to programatically ping Technorati when there is new content in your site.


XML RPC Server And Client In PHP - Determine Client's IP Address

In this article I will explain how to write an XML-RPC server and client in PHP.

To be able to understand the article, you have to have some idea about XML-RPC in general.

If you feel like gleaning more information about XML-RPC visit the following websites:

http://www.xmlrpc.com/
http://en.wikipedia.org/wiki/XML-RPC

For an introduction to XML-RPC in PHP visit Introduction to XML-RPC In PHP


Syndicate content