How to get the visitor IP
You just need to use the following server PHP variable:
$_SERVER['REMOTE_ADDR']
More info about Server Variables at PHP.net
Related PostsIf you liked How to get the visitor IP; the posts below might interest you too:
|
You just need to use the following server PHP variable:
More info about Server Variables at PHP.net
Related PostsIf you liked How to get the visitor IP; the posts below might interest you too:
|