On 2009-07-08, Fred Atkinson <fatkin...@mishmash.com> wrote:
>       Is there a Python function I can use to get the user's IP
> address so I can display it on his browser?  

If you are using CGI you can get it from the REMOTE_ADDR environmental
variable.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to