main_website/html/ip.php
2021-11-17 22:33:58 +01:00

5 lines
50 B
PHP

<?php
$ip = $_SERVER['REMOTE_ADDR'];
echo $ip;
?>