|
<?php
$ref=getenv ('HTTP_REFERER');
$findme = '#';
$pos = strpos($fref, $findme);
if ($pos hahahaha= false) {
header("Location: http://www.yoursite.com/denied/");
} else {
header("Location: http://www.yoursite.com/granted/");
}
?>
__________________
hatisblack at yahoo.com
|