Is there any PHP function to check that? The function/script should be able to detect if search engines will spider that or not. Thanks
You might as well write your own script. Just fopen the url the link should be on and check if it is there with some regular expression or so. Can't be that hard.
Thanks, mdvaldosta. It's actually not a script...it's a Windows desktop application. However, if you're interested, check it out: Link Checker You can enter an unlimited number of sites to check as well as URLs. It can also check sites for PR changes (in case you need to renegotiate advertising or such when a PR update occurs).
well the concept is easy. open a socket, fetch a url, then search the downloaded code for your website url. you can do it
Here is a link to a PHP link tester program that you may be able to adapt for what you need. http://www.comptechdoc.org/independent/web/php/link-checker/
if youve already installed the links page it might be too late, but linkmachine.net checks all the links at the click of a button, and tells you if the links are missing or not