Date: 09/20/00
- Next message: Thomas Angst: "[PHP] What's wrong here?"
- Previous message: Sue Bailey: "[PHP] test - please ignore"
- Next in thread: Teodor Cimpoesu: "Re: [PHP] Refer Links"
- Reply: Teodor Cimpoesu: "Re: [PHP] Refer Links"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Thomas Angst: "[PHP] What's wrong here?"
- Previous message: Sue Bailey: "[PHP] test - please ignore"
- Next in thread: Teodor Cimpoesu: "Re: [PHP] Refer Links"
- Reply: Teodor Cimpoesu: "Re: [PHP] Refer Links"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

