ip address

hi all!

I was wondering if there is any way to add the IP address in the registered users list. If someone could help I will really appreciate it!

nobody? :frowning:

You can try to use Google for a start. You’ll get a piece of code to start with.

$ip = $_SERVER[‘REMOTE_ADDR’];



Put that in the e-mail script somewhere. Should work.