newman Posted September 4, 2006 Share Posted September 4, 2006 hi there .how can i ping blogrolling when i insert a record into my database ?thanks Link to comment https://forums.phpfreaks.com/topic/19647-how-to-ping/ Share on other sites More sharing options...
venkateshinbox Posted September 4, 2006 Share Posted September 4, 2006 You can use xml rpc to ping blogsites Link to comment https://forums.phpfreaks.com/topic/19647-how-to-ping/#findComment-85589 Share on other sites More sharing options...
newman Posted September 4, 2006 Author Share Posted September 4, 2006 would u please explain more? Link to comment https://forums.phpfreaks.com/topic/19647-how-to-ping/#findComment-85603 Share on other sites More sharing options...
Jenk Posted September 4, 2006 Share Posted September 4, 2006 can you clarify what (and why?) you want to ping a server? Link to comment https://forums.phpfreaks.com/topic/19647-how-to-ping/#findComment-85607 Share on other sites More sharing options...
newman Posted September 4, 2006 Author Share Posted September 4, 2006 i wanna do something like movabletype or other content management systems . whenever user sends a post . it pings weblogs.com or blogrolling to let others know this site has been updated . Link to comment https://forums.phpfreaks.com/topic/19647-how-to-ping/#findComment-85624 Share on other sites More sharing options...
Jenk Posted September 4, 2006 Share Posted September 4, 2006 righto.[code]<?phpexec('ping www.urlofthesiteyouwantoping.com');?>[/code] Link to comment https://forums.phpfreaks.com/topic/19647-how-to-ping/#findComment-85626 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.