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.)
Answer Posted / 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 |
Post New Answer View All Answers
How to make database connection in php?
Where is the submitted form data stored?
What is put method in php?
What is the basic syntax of Php?
How to include variables in double-quoted strings?
Which is better php or wordpress?
Is laravel easy to learn?
How to execute a php script from the command line?
Is it possible to remove the html tags from data?
What is difference between static and final in php?
What is the use of print_r function in php?
How to create an array in php?
What does the initials of php stand for?
How do functions work?
What's the best method for sanitizing user input with php?