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 |
how many ways we get current date in php
Why should I store logs in a database rather than a file?
What is php ci?
How can we check the value of a given variable is a number?
Explain the difference between array_merge() and array_combine()?
What is the alternative structure for control structures?
display selected value in dropdown list through javascript without page refresh
How do you develop your own PHP extension ?
What is default session time and path in PHP. How to change it?
> symbol is used to redirect the output of a command. State Whether True or False?
How can we submit a form without a submit buttom?
12 Answers A1 Technology, IBM,
How many types of arrays are there in php?