Page 2 of 2

Re: IP Viewer [Free Project | Tutorial]

Posted: Sun Jun 02, 2013 5:01 pm
by master3395
Hello, This tutorial does not work any more D: i have tryed all ways.

Can someone try to help me?

Re: IP Viewer [Free Project | Tutorial]

Posted: Sun Jun 02, 2013 5:03 pm
by Shim
master3395 wrote:
Hello, This tutorial does not work any more D: i have tryed all ways.

Can someone try to help me?
this could help you :)

http://ultimateprogrammingtutorials.blo ... ernet.html

-Shim :)

Re: IP Viewer [Free Project | Tutorial]

Posted: Sun Jun 02, 2013 5:21 pm
by Filip
Or simply
Code: Select all
<!doctype html>
<html>
<head>
<title>IP address</title>
</head>
<body>
<?php
echo "<center><h1>Your IP address is: ".$_SERVER['REMOTE_ADDR']."</h1></center>";
?>
</body>
</html>
save as index.php and upload to your webserver