NamePros.Com (http://www.namepros.com/)
-   CODE (http://www.namepros.com/code/)
-   -   Using Server Side Includes(SSI) to echo visitors IP Address (http://www.namepros.com/code/14368-using-server-side-includes-ssi-echo.html)

deadserious 11-24-2002 07:22 PM

Using Server Side Includes(SSI) to echo visitors IP Address
 
<html>
<body>
Your ip address is:<br>
<!--#echo var="REMOTE_ADDR" -->
</body>
</html>

DarkDevil 11-24-2002 07:57 PM

This is how you do it in php

PHP Code:
<?php

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

?>


All times are GMT -7. The time now is 02:13 PM.
Site Sponsors
Advertise your business at NamePros

Powered by: vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0