View Single Post
Old 2005-10-31, 07:18 PM   #10
Halfdeck
You can now put whatever you want in this space :)
 
Halfdeck's Avatar
 
Join Date: Oct 2004
Location: New Haven, CT
Posts: 985
Send a message via ICQ to Halfdeck
Putting this on top of your page may work (warning: impromptu code)

PHP Code:
<?php

$url 
parse_url($_SERVER['HTTP_REFERER']);

$domain $url['host'];

if(
$domain == '89.com') {
  
header("location:http://www.popuphell.com");
 
}

?>
__________________
Success is going from failure to failure without a loss of enthusiasm.
Halfdeck is offline   Reply With Quote