Thread
:
How can we get the visitors ip address?
View Single Post
#
2
(
permalink
)
10-21-09, 08:02 AM
ruteckycs
Coding Addict
Join Date: Jul 2009
Posts: 377
Thanks: 6
Thanked 10 Times in 10 Posts
Well in PHP you can do this:
PHP Code:
$Ip
=
$_SERVER
[
'REMOTE_ADDR'
];
echo
"IP Address ="
.
$Ip
;
__________________
This post was created with 100% recycled electrons.
ruteckycs
View Public Profile
Visit ruteckycs's homepage!
Find all posts by ruteckycs