<?php
$ip
=
getenv
(
'REMOTE_ADDR'
);
echo
"Twoje IP to:
$ip
"
?>