View Single Post
Re: PHP IP Adress grabber
Old
  (#9)
BAStumm
Member
 
BAStumm's Avatar
 
Status: Offline
Posts: 138
Join Date: Jan 2004
Location: Spokane, WA USA
Default 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..
  
Reply With Quote