Switch to full style
:read: Start PHP with us. Includes topics to help you in php
Post a reply

Get IP address code

Tue Oct 28, 2008 2:20 pm

Code:

<?php

$ip
= "204.71.200.75";
$host = "www.yahoo.com";

$verify_ip = gethostbyaddr($ip);
$verify_name = gethostbyname($host);

echo
"$ip resolves to $verify_ip<br>";
echo
"$host resolves to $verify_name<br>";
?>




Post a reply
  Related Posts  to : Get IP address code
 what is MAC address     -  
 change the MAC address     -  
 Get Server address     -  
 log visitor IP address.     -  
 Find MAC Address     -  
 validate email address in asp     -  
 Address Book in Java     -  
 How to get the weather forecast using IP address     -  
 ban visitor from a specific IP-address     -  
 Get address of the page from which the request was made     -  

Topic Tags

PHP Networking