Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Site Statistics Possibility

Status
Not open for further replies.

rleestma

Technical User
Joined
Jul 31, 2001
Messages
99
Location
US
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
 
This is actually very simple to do. If you have tried it, post your code and we can help you fix it. Ryan
rmindorff@hotmail.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top