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

PHPMaster.com: Creating a Mobile Photo Blog, Part 2

CSS-Tricks.com: Tracking Clicks, Building a Clickmap with PHP and jQuery

IBM developerWorks: Use Ajax with PHP and DB2 9 - Xajax

Cody Taylor's Blog: Checking Bits With PHP

HowTo Forge: Installing The PHP-MemCache Module On CentOS 5.0


Community Events











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


object framework series development database functional podcast language introduction opinion code composer interview testing release example community conference api zendframework2

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