Quote:
|
Originally Posted by SmokeyTheBear
<?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/");
}
?>
|
thanks, i'll have to play with it.