Hi there, I'm looking for a script (php) or any tipp on how to send a ping to pingomatic etc. from a website (news site) every time a new articles has been posted. Can you help me?!
You could use the exec or system function. Simple add some code that pings when a article is added. http://us.php.net/manual/en/function.exec.php http://us.php.net/manual/en/function.system.php