Hello,
I'm trying to obtain the visitor's ip address using a php page. I've tried
using the apache variable "$REMOTE_ADDR" and that doesn't work. It just
seems to give out the local host ip (127.0.0.1). In asp you would call
"Request.ServerVariables('REMOTE_ADDR')". Does anybody have any ideas how to
do this?
- Johnny