Empty $HTTP_REFERER variable

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Krzysztof Piotrowski

    #1

    Empty $HTTP_REFERER variable

    Hi all,

    I hale recently started using php - god fun :-D

    I decided to make visits statistics.
    My webpage http://www.kolumb.net/ has a statistic at


    I hale a problem with $HTTP_REFERER variable ("Visited From" column).
    Sometimes it seems empty, for no reason. Could anyone help??

    Chris Columbus




  • Henk Burgstra

    #2
    Re: Empty $HTTP_REFERER variable

    On Sun, 18 Apr 2004 10:47:28 +0200, Krzysztof Piotrowski wrote:
    [color=blue]
    > Hi all,
    >
    > I hale recently started using php - god fun :-D
    >
    > I decided to make visits statistics.
    > My webpage http://www.kolumb.net/ has a statistic at
    > http://www.kolumb.net/mysql/list_stats.php
    >
    > I hale a problem with $HTTP_REFERER variable ("Visited From" column).
    > Sometimes it seems empty, for no reason. Could anyone help??
    >[/color]
    The value of $HTTP_REFERER (or $_SERVER['HTTP_REFERER']) is not guaranteed
    to be correct, because it is supplied by the browser. Norton
    Internet Security for instance filters it out :-(

    Regards,
    Henk Burgstra

    Comment

    Working...