http headers

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

    http headers

    are there any plans to increase the amount of information you can get
    out of http_ calls in a script to get data from your visiors. are
    there already function calls for every component of the header?

    thanks,
    robt.

  • Randell D.

    #2
    Re: http headers


    "EthanStyle " <robertplaut@ho tmail.com> wrote in message
    news:8cabd7d9.0 309061151.19bf0 116@posting.goo gle.com...[color=blue]
    > are there any plans to increase the amount of information you can get
    > out of http_ calls in a script to get data from your visiors. are
    > there already function calls for every component of the header?
    >
    > thanks,
    > robt.
    > http://www.techbomb.com/[/color]

    I think I understand your question correctly...

    PHP is a server side language and has (I believe) no control on what is sent
    from the client. PHP merely reads what is delivered from the client
    browser - and each browser version/type provides different info.

    Not just that, but some tools (like Norton Internet Security 2003 which I
    use) will change/hide some of the information, like the web browser being
    used so you really cannot guarantee any of the info provided from any of the
    headers - If you really want to grab some info from the client (with the
    users permission) I'd suggest something like JavaScript though even then,
    you cannot be sure that the client has that enable/available.


    Comment

    Working...