Hi guys!For those who doesnt know, pingomatic is a service that sends a ping to search engines to warn them when you have fresh content.Does anyone have a script that send automatically pings?I found one here http://www.barattalo.it/2010/02/24/ping-pingomatic-com-services-with-php/ , but i dont know how to use it.Could anyone help me?Thank you!
The idea is that when you save your new page etc you include a call to that script and it will broadcast via ping that you have new content.
That's right. So when a new page is published on your system, you need to call the function. example: mysql_query('INSERT INTO .............'); pingomatic($title,$url,$debug=false); PHP: hope this helps