$_SERVER['REMOTE_ADDR'].$_SERVER['PHP_SELF'];
Printable View
$_SERVER['REMOTE_ADDR'].$_SERVER['PHP_SELF'];
Whoa...doesn't that return the address of the user? :confused:
oops, i meant this:
$_SERVER['SERVER_ADDR'].$_SERVER['PHP_SELF'];
Returns the same thing as before but as an IP, still no HTTP/HTTPS or port...Quote:
Originally posted by cpradio
oops, i meant this:
$_SERVER['SERVER_ADDR'].$_SERVER['PHP_SELF'];
read this:
http://www.vex.net/~schrist/i.php