PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I am a rookie to this forum and to a Search Engine Optimization company, working as a Web Developer.
The first task delegated to me was to make modifications to an existing reciprocal links checker.
Can anybody give me a sample code that checks multiple links from and multiple links to, to check if they have a links to each other.
Should be easy enough, just use file_get_contents() or fopen() to grab the page you're checking, then use either a regular expression or strpos() to see if the link exists in the page.