[PHP] Refer Links From: Alan Todd (Alan.Todd <email protected>)
Date: 09/20/00

What i am trying to do is
if the link they are coming from is right do this
if not do this

if ($HTTP_REFERER != "http://$HTTP_HOST/referenece/") {
echo "Sorry you are trying to get this page the wrong way. Try to follow
the correct link.";

} else {

if ($location == "secure") {
echo "$contents";
} else {
echo "$content" ;
}
}

no work

*******************************************
* Alan Todd *
* Infoave.net *
* Web Development *
* ICQ : 159944 *
* E-Mail : Alan.Todd <email protected> *
*******************************************

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-general-unsubscribe <email protected>
For additional commands, e-mail: php-general-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>