Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

Feedback on: irt.org FAQ Knowledge Base Q5809

irt.org | About | Feedback | 2320 [ previous next ]

Feedback on:
irt.org FAQ Knowledge Base Q5809

Sent by
Bert Cielen on February 02, 2001 at 09:34:10:

Worth:
Not worth reading

Comments:
The information you provide in this FAQ answer is simply incorrect:

anyVariable = Request.ServerVariables("REMOTE_ADDR")

What this returns is an OBJECT, and not a value. The correct way to obtain the IP address is:

anyVariable = '' + Request.ServerVariables("REMOTE_ADDR").Item;


Other feedback on 'irt.org FAQ Knowledge Base Q5809' - show all


Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 21st December 2007. Maintained by: Martin Webb
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2008 irt.org, All Rights Reserved.