This tutorial will be explained in PHP. In some of the next tutorials we will explain how to do this in ASP.Net.
So, this is so easy to do, watch this
<?php $ip=$_SERVER['REMOTE_ADDR']; echo $ip; ?>
Put this code in some HTML page.
When the user opens that page, the command echo will write its IP address to the page.
That's it.
Other Related Posts
Enter your Name and Email below to subscribe and start 1 month free course now.

