Recently i started using a article poster which ask my wp account and enable XML-RPC posting option for posting . Every Hour it posts 1-2 posts .
Now i want when ever the third party server request my server to post the content as a new posts . I want to first Add it to my own database first . like i want to send the content like :
file_get_contents('http://myblog.com/api/post.php?content='.$content);
the content variable means the content that third party has sent for the article .
I want to kow were the function loacted , what is the name of function and how to do send content before it requests my own blog .
thanks