OK I need help, why wont the this work ?
On the bannerswarm site there is a link marketleap and for some reason it doesnt find it. I also tried with fopen and fread
No matter what I try that link is not being found on that site..
Anyone have some good ideas why not ?
if (strpos(file_get_contents("http://www.marketleap.com/publinkpop/"),
"http://www.bannerswarm.com/purchase.html")!==false) {
// I'm linked
echo "found";
}else{
// I'm not linked
echo "nope";
}