I want to create a signup form, that its values will be stored in a database (mysql). Because i want the data to be in the correct format (New York instead of NY when asking for City) i am thinking in limiting the options using a drop down list. For example, when a user selects as a Country: UK, the second selection to narrow down to the cities inside UK and remove the rest cities of the world.
Can i do this with only PHP/HTML/MYSQL knowledge? Or do i need to know Javascript/Jquery and more?
Thanks in advance.