Country/City/state validation
Posted
by M.M.H.Masud
on Stack Overflow
See other posts from Stack Overflow
or by M.M.H.Masud
Published on 2010-02-08T10:23:50Z
Indexed on
2010/05/12
0:24 UTC
Read the original article
Hit count: 755
I want to do the following things using PHP and jQuery
https://www.careerbuilder.com/share/register.aspx?sc_cmp1=JS_LoginASPX_RegNow
Steps
- Select a country from a dropdown list.
- The city dropdown list will fillup automatically with the list of cities of the selected country.
- If state is available for that country then state list will be visible with all state list of that country.
Then I need to validate the selected city, state and country.
Do you have any ideas?
Thanks in advance
© Stack Overflow or respective owner