Search found 1 match
- Sat May 22, 2004 1:15 am
- Forum: PHP - Code
- Topic: can't get easy reciprocal link checker code to work
- Replies: 1
- Views: 306
can't get easy reciprocal link checker code to work
http://forums.digitalpoint.com/showthread.php?t=111&page=2&pp=10&highlight=reciprocal+link+checker Here's the code-- PHP Code: <?php $mydomain = "www.yourdomain.com"; // Set this to your domain $list = file_get_contents("sites.txt"); $urls = explode ("\n", $...