If i make my selection in State Dropdown list, i would the
City and ZipCode dropdown list to be automatically reupdated
based on the State i select.(This to avoid the user select a
City or Zipcode that does not correspond to the State
previously selected.)
Answers were Sorted based on User's Feedback
Answer / priti
Use AJAX for this problem. Create XMLHttpRequest and hit
server with parameter "state" get the City and Zipcode from
the database and return the output and fill in your City or
Zipcode variable.
Thanks.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / guest_shah
u can do this with javascirpt.update ur dropdownlist with
selected values using javascript variable.and return it with
ur script.
| Is This Answer Correct ? | 3 Yes | 1 No |
Explain the installation of PHP on UNIX systems?
What is framework? How it works? What is advantage?
What is a class in php programing?
How do you find the length of a string in php?
Where php basically used?
How to avoid the undefined index error?
What does empty mean in php?
How can you get the size of an image in PHP?
Is it easy to learn php?
What is the difference between $var and $$var?
Why laravel is the best php framework in 2019?
What is PECL?