ipapi

  1. wanipiro

    [sharing] Find You IP & Domain Info - php

    find your ip info: php code: <?php $myip=$_SERVER['REMOTE_ADDR']; $string = file_get_contents("https://get.apigeoip.com/json/".$myip); $json_a = json_decode($string,true); echo '<table>'; foreach ($json_a as $key => $value){ echo '<tr><td>'.$key . '</td><td> : ' ...
Back
Top