Possible Duplicate:
How do I find a user's IP address with PHP?
How to find the ip address of the users, who login into my site,php
Possible Duplicate:
How do I find a user's IP address with PHP?
How to find the ip address of the users, who login into my site,php
$_SERVER['REMOTE_ADDR']
Will return the IP address where the request came from. This may be the proxy IP address however.