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 |
Suppose your zend engine supports the mode <? ?> Then how can you configure your php zend engine to support <?php ?> Mode ?
What are the differences between PHP3 and PHP4 and PHP5? what is the current stable version of PHP?
How do I install php and apache on windows 10?
How to return ascii value of character in php?
What are the different ways to login to a remote server?
What is difference between rest api and restful api?
Explain about the connective abilities of the PHP?
List types of array are available in php?
What is mvc? Why its been used?
Is session a cookie?
What is restful api?
What is use of in_array() function in php?