News Feed
Jobs Feed
Sections




News Archive
PHPro.org:
Tutorial - Reciprocal Links
October 28, 2008 @ 12:52:19

Kevin Waterson has posted a new tutorial to the PHPro.org website today stepping you through the automation of handing reciprocal links.

This tutorial looks at the process of reciprocal links. That is, links generated from websites that have links to your own page. These links back to a page can be detected from the HTTP REFERER which, in PHP, can be detected via the super global variable $_SERVER['HTTP_REFERER']. Care should be taken when using this variable as it is set from userland and, as such, should not be trusted.

His method stores the linking information (gathered from the referrer) and calls an addLinks method that checks to ensure the page format is valid and that it's a real site before putting it into the table. Complete code for this, a fetch method and a simple database layer to put it on top of are included.

0 comments voice your opinion now!
reciprocal links tutorial class validate domain referrer


blog comments powered by Disqus

Similar Posts

Jason Grimes' Blog: Using Doctrine 2 in Zend Framework 2

DevShed: Working with Regular Expressions with Filters in PHP 5

Raphael Stolt's Blog: Installing the PHP redis extension on Mac OS X

Jani Hartikainen's Blog: Exceptions and abstraction

DevShed: Loading XML Strings with simpleXML in PHP 5


Community Events











Don't see your event here?
Let us know!


introduction interview tool zendframework2 composer functional community language conference unittest example podcast phpunit release development framework testing code series opinion

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework