home
  news archive
  pr
  tutorials / how to's
  404 gallery
  downloads
  links
  about




muppetlabs.com




132 funky
+81 freaky
+ 75 funny
+94 misc
= 382404s total




 


1.subfuse.net
2.chairboy.com
3.bienenjagd.de
4.head-design.net...
5.i.tubescan.com...




1256091 visitors so far.



©2002-2006.
please do not reproduce/redistribute any material (text or design) from this page without my explicit written permission.
automatic redirection with displaying the entered path

IMPORTANT: this is a php tutorial. So you'll need PHP on the server to be able to run this script. The bold text shows where you have to customize the script.

<html>
<?php
$url = "http://www.404lounge.net";
// write $url = $HTTP_REFERER; to show the previous page
$time = 8;

function redirection($url, $time)
{
echo ('<meta http-equiv="refresh" content="'.$time.';URL='.$url.'">');
}
?>

The page <font color="red"><?php echo $REDIRECT_URL ?> </font> don't exist.<br><br>
You will be redirected in <?php echo $time;?> seconds.<br><br>
If not, please click here:<br>
<a href="<?php echo $url ?>"><?php echo $url ?></a><br>

<?php
redirection($url, $time);
?>

demo: CLICK


I hope that works for you and if it doesn't, email for help at webmistress@404lounge.net.

<----// tutorials