0
How to add autocomplete city and state drop down list in HTML form?
I want to add a city and state drop-down list where the user first chooses the state and according to the state, the list of the cities appears. Also, suggest a way to use the inputted state and city in PHP code for back-end use maintaining a database.
4 Respuestas
0
Yes I know. Showing your attempted helps get your questions answered. This is the best I can do unfortunately.
+ 1
I recommended heading over to https://stackoverflow.com/ and asking your question there you're more likely to find many experts who can help.
0
Chris C. Nice of you gentleman, but that's my code!😂
I want to know a way to retrieve the city.
I could retrieve the state using $_POST['stt'] but how to get the city????
Can you help?