•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the PHP section within the Web Development category of DaniWeb, a massive community of 374,155 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,439 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our PHP advertiser: Lunarpages PHP Web Hosting
Views: 5175 | Replies: 2
![]() |
$url=$_POST['url'];
$ip = gethostbyname($url);
$long1 = ip2long($ip)
if ($long1 == -1 || $long1 == FALSE)
{ echo 'Invalid IP, please try again';
}
else {
print $url;
echo $ip ?>
bu this code i get ip address but i need the country name aslo with this ip address. is thers any function to get country?
thanks
$ip = gethostbyname($url);
$long1 = ip2long($ip)
if ($long1 == -1 || $long1 == FALSE)
{ echo 'Invalid IP, please try again';
}
else {
print $url;
echo $ip ?>
bu this code i get ip address but i need the country name aslo with this ip address. is thers any function to get country?
thanks
•
•
Join Date: Aug 2005
Location: somewhere in time
Posts: 71
Reputation:
Rep Power: 3
Solved Threads: 2
There is no function that identifies a country using the IP address. You will need to use a GeoIP (also called GeoLocation) database.
There are several freebie GeoIP databases available.
http://www.maxmind.com/app/geoip_country
http://ip-to-country.webhosting.info/
There are several freebie GeoIP databases available.
http://www.maxmind.com/app/geoip_country
http://ip-to-country.webhosting.info/
•
•
Join Date: Oct 2007
Posts: 5
Reputation:
Rep Power: 0
Solved Threads: 0
Use <snipped>to get ip to country and other useful information.
Last edited by peter_budo : Apr 26th, 2008 at 7:18 am. Reason: Keep It Spam-Free - Do not spam, advertise, plug your website, or engage in any other type of self promotion.
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
•
•
•
•
DaniWeb PHP Marketplace
Similar Threads
- Intermittent internet connection is driving me nuts (Networking Hardware Configuration)
- windows xp user needs to know how to find deleted history (Windows Software)
- 2 computers (win 98 & xp) connected with switch, no internet on win98 computer (Networking Hardware Configuration)
- IP address lookup.... (Network Security)
- Print Server / VPN (Networking Hardware Configuration)
- user input and search (Java)
- Microsoft IE Offline Pop-ups (Web Browsers)
Other Threads in the PHP Forum
- Previous Thread: session not keeping user logged in
- Next Thread: uploading iamges to server


Linear Mode