Domain Empire

Using Server Side Includes(SSI) to echo visitors IP Address

Spaceship Spaceship
Watch
Impact
6
<html>
<body>
Your ip address is:<br>
<!--#echo var="REMOTE_ADDR" -->
</body>
</html>
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
This is how you do it in php

PHP:
<?php

print "Your Ip Address Is:<br>$REMOTE_ADDR";

?>
 
0
•••
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back