![]() |
|
|
+ Search |
![]()
|
Jun 9th, 2000 00:07
unknown unknown, Michal Wallace, Chuck
Try putting this in your script: #--start import os print os.environ["REMOTE_HOST"] #--end By the way, using the weblib wrapper ( http://weblib.sourceforge.net/ ), that's the entire script. ---------- Ah, but using the CGI Wrapper from Webware, it would only be: #--start print environ["REMOTE_HOST"] #--end ;-) http://webware.sourceforge.net -- (forgot the URL)