countries

ISO Country/Currency data

All, Our application requires data on ISO countries and currencies (where the data must be up to date). We did purchase country/currency data from ISO themselves, however we still needed to perform alot of manual manipulation of the data, as well as write our own tool to read and process the data into our database. Are we going about ...

States and Countries select box - best way to do it?

Hi guys, this may seem trivial but I'm setting up, on a profile form page I'm building, a countries and states select box such that when you select the US or Canada then the states box would display states of the selected countries else it would display a None Applicable instead. My countries and states are in a database and I'm populati...

Know of a country-nationality list for DB lookup table?

Hi, I'm looking for a list/table of countries/nationalities that I can use in my app. I would like to basically have a lookup table that would be like the following, but including all countries in the world: ID Name Nationality 1 United Kingdom British 2 United Status of America Amer...

Auto-populating a list box of country names using jquery and the box's click event

My form has a list box that asks for the user's country but I only want to populate the list box, via an AJAX call, if the box doesn't already show the user's country. Initially the list box contains just one country - the country returned from a ip-to-country lookup on the server. It appears that the default action of the list box occu...

magento - Allow Countries - What does this mean?

ok... so I feel really stupid asking this question.. but just wondering about the Allow Countries drop down in the admin panel.. What exactly does this mean? Does it mean that only certain countries are allowed to purchase from your site? if it does mean that how does it determine where you are shopping from? is it done using a IP Geo ...

How to list all countries and its states/provinces in php?

Is there any quick guide/reference to list all the countries and its states/provinces? Like when I click US, it will list: Alabama, alaska etc ...

Any Reliable API available to determine User's city and country from IP address

Heyy guys I wanted to check if anyone knows of a reliable API that we can use to determine the user's city and country from his IP address. My search on Google led to http://ipinfodb.com/ip_location_api.php It seems perfect but my only concern is the reliability of this service. Does google have anything like this. If you know any oth...

godaddy hosting/ need to block other countries

can anyone tell me how to do this? I tried an .htaccess file but don't think that worked. I put it in a subfolder of my hosting root folder. ...

Dependency between comboboxes in php/jquery

Languages: PHP,JQuery,MySQL The question is "simple", I have a triple dependency with php and jquerys, the code works great, for inserting new information, but now I would like to make an update, so I need to load the current information first and I don't figure it out how to, I add some parts of the code, if any more parts needed a...

how can I make a simple interactive web map of data for countries (bigger than what google Chart API allows)

I have a spreadsheet with: URL, 2 digit country code, Main Value, Less important values ... I just want to make a simple map that can be bigger than what Google Charts API allows (that one is limited to 600x600), but a similar level of simplicity. If it looks nice and is interactive (hovering on country shows data) all the better. If...

ASP.NET MVC: Cities list and store selected city in cookie

I have list of cities on my site, this list placed in Site.Master and look like: <a id="<%= selectedCity.CityId %>"><%= selectedCity.Name %></a> <ul> ... <li id="<%= city.CityId %>" > <%= Html.ActionLink(city.Name,"ChangeCity",new{ newCityId = city.CityId })%> </li> ... </ul> Next, all my controller are based from ...

Database of Countries and their Cities

I need a database of Countries and their Cities. any idea where i can get it. or any one can share it with me ? Like this http://www.worldcitiesdatabase.com/world-cities.aspx ...

Good source of country names in difference languages? (for use in multilingual forms)

I am building a multilingual web application with a possibility to change the interface language on the fly. This implies, among many other things, a country name selector on registration/profile forms should be translated too. So I'm wondering if there is some kind of a centralized resource somewhere on the web for country names in all...