avatar

HERO

dice5t

How to get users IP using php

(Oct 06 2014 at 10:50am)

here is a simple php snippet that get the ip of a user's machine:

<?php

$getIp=$_SERVER['HTTP_REMOTE_ADDR'];

echo"Your ip is: $getIP";

?>

[1K views]


You may also Like:

Quick reply


add files