im using html SELECT to make 3 dropdown menues. one for a list of countries, one for regions and one for cities.
they all have different tables in the database and they are linked to each other with foreign keys.
i want to force the user to first select a country while the other two menues are locked. when he has selected a country he will be able to select a region. and then a city. how do i do this?