Posts Tagged: web services
-
Nov 30, 2010
Comments OffGetting country , city name from IP address in PHP
Yesterday, Miky asked me how can we get the country name from the IP address in PHP. Today, I’ve come up with the answer of this question. I’ve used the API from hostip.info to fetch the country name , city name and country code from the given IP address. I’ve mad this function in PHP...
-
Nov 09, 2010
Comments OffGetting country , city name from IP address in PHP
esterday, miaki asked me how can we get the country name from the IP address in PHP. Today, I’ve come up with the answer of this question. I’ve used the API from hostip.info to fetch the country name , city name and country code from the given IP address. I’ve mad this function in PHP...
-
Mar 16, 2010
Comments OffGetting country , city name from IP address in PHP
Yesterday, miaki asked me how can we get the country name from the IP address in PHP. Today,...
-
Mar 16, 2010
Comments OffWeb Services and PHP
What is web services? In a typical web surfing scenario, a visitor visits a website and use the functionality provided by that particular website.HTTP request is send to server from web browsers and server responses are translated by browser to display the desired result of the visitor. But, this scenario has been changed in the...
-
Mar 03, 2010
1 CommentGetting country , city name from IP address in PHP
Yesterday, miaki asked me how can we get the country name from the IP address in PHP. Today,...
-
Mar 03, 2010
Comments OffWeb Services and PHP
What is web services? In a typical web surfing scenario, a visitor visits a website and use the functionality provided by that particular website.HTTP request is send to server from web browsers and server responses are translated by browser to display the desired result of the visitor. But, this scenario has been changed in the...