Thread
:
PHP IP Adress grabber
View Single Post
Re: PHP IP Adress grabber
(#
9
)
BAStumm
Member
Status:
Offline
Posts: 138
Join Date: Jan 2004
Location: Spokane, WA USA
Re: PHP IP Adress grabber -
21-01-2005
$_SERVER["REMOTE_ADDR"]
is correct.
http://bs-linux.com/devel/ip.php
PHP Code:
<?
echo $_SERVER["REMOTE_ADDR"];
?>
Last edited by BAStumm; 21-01-2005 at
22:59
..
BAStumm
View Public Profile
Send a private message to BAStumm
Visit BAStumm's homepage!
Find More Posts by BAStumm