On Thu, 24 Feb 2005 09:42:21 +, Nick Talbott <[EMAIL PROTECTED]> wrote:
> 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.
>
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 go
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
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.ph
3 matches
Mail list logo