Yani, iki adımları gerçekleştirin var
a) Create a some random xml file in one of the php file. b) Parse the same xml file in second file.
Key points are that php file in a) will issue a post request to php file b) with only xml as its request.
Dosya b) SimpleXML kullanarak xml dosyasını okumak zorunda olacak.
Ben bu http://blog.superfeedr.com/API/pubsubhubbub/getting-started-with-pubsubhubbub/ için bir şeyler yapmaya çalışıyorum.
Benim sunucu superfeeder gelen xml şeklinde bildirimler alacaksınız. Bildirimler isteği xml dosyası olacaktır.
Ben sadece benim bölüm b) doğru olduğunu onaylamak için adım a) yapıyorum.
How to do this in PHP. I tried all the $_REQUEST, $GLOBALS variable. But, not sure whats the way!