Date: 07/12/01
- Next message: Inércia Sensorial: "[PHP] Re: $HTTP_REFERER < 10"
- Previous message: Adrian Ciutureanu: "RE: [PHP] associative arrays"
- In reply to: Inércia Sensorial: "[PHP] $HTTP_REFERER < 10"
- Next in thread: Inércia Sensorial: "[PHP] Re: $HTTP_REFERER < 10"
- Reply: Inércia Sensorial: "[PHP] Re: $HTTP_REFERER < 10"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Maybe what you say about smallest refeerer length is true...
but why don't you check via regexps the validity of the REFEERER format only
if it was set?
"InéRcia Sensorial" <inerte <email protected>> wrote in message
news:20010712125129.25061.qmail <email protected>
> Is it possible?
>
> I am writing a recommend script, and I already know that the
$HTTP_REFERER
> can come empty or even not set, tested turning off the 'Enable Referer
> Logging' on Opera.
>
> But, an invalid $HTTP_REFERER is also one smaller than 10 characters?
>
> I believe the smallest referer you can have is 'http://a.jp', for
example,
> but I am not sure.
>
> Anyone saw a smaller $HTTP_REFERER or have any other ideas to check if
it
> is invalid?
>
> --
>
> Julio Nobrega.
>
> One and One and One is Three
>
>
-- 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: Inércia Sensorial: "[PHP] Re: $HTTP_REFERER < 10"
- Previous message: Adrian Ciutureanu: "RE: [PHP] associative arrays"
- In reply to: Inércia Sensorial: "[PHP] $HTTP_REFERER < 10"
- Next in thread: Inércia Sensorial: "[PHP] Re: $HTTP_REFERER < 10"
- Reply: Inércia Sensorial: "[PHP] Re: $HTTP_REFERER < 10"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

