The referer isn't always defined though... not even if it would be a
valid one. Some browsers just don't want to cooperate...
RenzE
Jon Rosenberg wrote:
>
> You could just check the referrer, as pseudo-code below shows.
>
> if refferer is not valid{
> exit;
> }
> else{
> do my stuff;
You could just check the referrer, as pseudo-code below shows.
if refferer is not valid{
exit;
}
else{
do my stuff;
}
- Original Message -
From: "Matt Williams" <[EMAIL PROTECTED]>
To: "PHP General List" <[EMAIL PROTECTED]>
Sent: Wednesday, March 28, 2001 9:20 AM
Subject: [PHP]
2 matches
Mail list logo