Page 1 of 1

ip address

Posted: Fri Nov 04, 2005 10:53 pm
by SidewinderX
ive been looking for a few minutes i cant seem to find any leads....is there a function to determine the ip address of the clients computer?

Posted: Fri Nov 04, 2005 11:13 pm
by feyd
$_SERVER['REMOTE_ADDR'] has what's reported as the calling IP.. There are other headers set for "legal" proxies that give out the IP of the requesting machine... search around if you want to know them.. ;)