Revision: 43485
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at March 25, 2011 00:35 by mentaljason
Initial Code
<?php $ref = getenv ("HTTP_REFERER"); if (strlen($ref) <= 1) {echo '<a href="../">> Home</a>';} else {echo '<a href="'.$ref.'">> Back</a> | <a href="../">> Home</a>';} ?>
Initial URL
Initial Description
Simple, It gets the referer and if there wasn't a referer it displays just the home link, but when there is a referer it dispays both back and home, I personaly use this on my 404 page.
Initial Title
Very simple back & home links ( Referer )
Initial Tags
link, simple
Initial Language
PHP