PHP Codes ,Php Examples , Php with MySQL , MySQL Examples
Get Remote IP Address in PHP
function
getRemoteIPAddress() {
$ip
=
$_SERVER
[
'REMOTE_ADDR'
];
return
;
}
No comments:
Post a Comment