/ Published in: PHP
I couldn't easily find an example of how to verify if someone added my link to their site while they added their link to a directory of mine. After some research, I found out how to search for a string remotely. I have simplified the steps so that you get the gist of it and can modify the code as necessary.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
//// (PHP 4 >= 4.3.0, PHP 5) $needle = '<a target="_blank" title="PHP and Flash Development" href="http://www.vectorflash.net">Vectorflash.net</a>'; { echo 'There is a match.'; }