FINDING YOUR COMPUTER'S DNS
THE CODE
by Flo Deems
::: ::: :::
First of all, your page to put this on can be named anything - BUT it MUST end with .php
So set up your page and name it "http://your-page.php" or some such name.
Then all you need to do is copy the code below and paste it into your page. You will NOT need any head or body tags whatsoever! See how easy this is!
<?php echo $_SERVER['REMOTE_ADDR']; ?>
Back to the first page. |