In article <[EMAIL PROTECTED]>, Lad wrote:
> I have a website written in Python and I would like to login every
> visitor's IP address.
> In other words, if a visitor come to my Python application, this
> application will record his IP.

Depending on what CGI framework you're using, something like:

  os.environ["REMOTE_ADDR"]
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to