Forum Moderators: coopster

Message Too Old, No Replies

Checking reciprocal links with php

reciprocal links

         

donkeyalamo

11:46 am on Mar 2, 2005 (gmt 0)



I want to add a reciprocal link section to my site, and am having trouble figuring out how to check another website for a link to mine.

Any suggestions would be greatly appreciated.
Thanks

dcrombie

2:06 pm on Mar 2, 2005 (gmt 0)



Here's a start:

file_get_contents [php.net]
preg_match [php.net]

;)