Posted by Nick Talbott on 02/24/05 11:42
On Thursday 24 February 2005 9:38 am, N Deepak wrote:
> Jacques wrote:
> > Which function can I use to capture a user's IP Address when he registers
> > on my site. I would like to store this value in a database.
>
> print $_SERVER['REMOTE_ADDR'];
>
> --Deepak
....But be careful! -If the user is going via a proxy to access your server
that will be the IP address of the cache server, not the originating client.
- Nick
Navigation:
[Reply to this message]
|