Forum Moderators: coopster
<?
$from = getenv("HTTP_REFERER");
if ($from!= "http://www.domain.net/")
/* If URL is invalid the following error message and proper link appears*/
{print(" Sorry you have tried to link to a page which does not accept visitors directly. <br>
<a href=http://www.domain.net/>CLICK HERE</a> to enter");
exit;}
?>
i'd like to add another refer url further to "http://www.domain.net/", let's say "http://www.domain.net/another.php", so please how would i add this another refer url to the code above?!?
thanks in advance for your help,
tito