Page 1 of 1

How to make a Reciprocal link function?

Posted: Sat Aug 10, 2002 6:37 pm
by Nickiler3
I want to make a script that checks to see that members have my link setup on there website. Rather than thumb through my 1,000 page Wrox book I assume this would save time for now.

I know there must be a system function.

Nick :-)

Posted: Sat Aug 10, 2002 6:50 pm
by volka
you may load a webpage simply with
$page = file($url);
if url-wrappers are enabled.
To find your link use strstr or preg_match on that array