Your IP
Address is 38.107.179.228
The above uses php. You cannot display page source and see the php code
so here it is:
<?php
// Get IP address
$ip=$_SERVER['REMOTE_ADDR'];
echo
"Your IP Address is $ip";
?>
This is from the web page:
Plus2Net php tutorial