View Single Post
Old 07-18-2003, 08:27 AM  
zoic
Registered User
 
Join Date: Nov 2001
Posts: 84
Put this at the start of you out.php to redirect them...


if (strpos($_SERVER['HTTP_REFERER'], 'somedomain.com') ! = = FALSE) {
header('Location: http://www.someotherdomain.com/');
exit;
}


(remove the spaces in ! = = seems to be a banned word!)

Dave

Last edited by zoic; 07-18-2003 at 08:34 AM..
zoic is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote