Hi i'm currently writing a custom blog script and am stuck at the part where i have to do the blog ping and trackback things. Does anyone have idea of what is the logic of blog ping (how to acomplish it) ? also, anything about trackback ? what is it for and how to program it ? Or anyone know a place of a good online tutorial that i can read ? Thanks
It'll depend on the receiving side's setup, if you go and look at them, they'll tell you how, you'll find that you'll be able to ping most of them with a url (ie using fopen <url>), some might require rpc or soap etc. depends on the services them selfs.