Hi there... I have recently come across some interesting materials that could make some very, very powerful site statistics for everybody here...
Using simple request variables, there are ways to glean information from your users without them knowing it...
Ex.
REQUEST("REMOTE_HOST"
will grab the remote host name (or IP address if there is none)
Others are
REQUEST("REMOTE_ADDR"
REQUEST("HTTP_USER_AGENT"
- browser type
and on and on... Therea are about 30 of them...
My question is, how could you build an ASP page that will automatically insert these variables into a database? I have been playing with it and playing with it for what seems like forever, so if anyone could lend some assistance, it would help me out a ton...
L8er,
Ryan
Using simple request variables, there are ways to glean information from your users without them knowing it...
Ex.
REQUEST("REMOTE_HOST"

Others are
REQUEST("REMOTE_ADDR"

REQUEST("HTTP_USER_AGENT"

and on and on... Therea are about 30 of them...
My question is, how could you build an ASP page that will automatically insert these variables into a database? I have been playing with it and playing with it for what seems like forever, so if anyone could lend some assistance, it would help me out a ton...
L8er,
Ryan