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 |
What is dao in php?
Can we use include (?abc.PHP?) two times in a PHP page ?makeit.PHP??
Tips to optimize the php script..... Suggestion for exception handling in php...
How do you pass a variable by value in php?
how many ways we get current date in php
Why do we use session?
What are traits?
Which php mvc framework is best?
Whether session will work if we disable cookies in client browser ?
What is session in php w3schools?
What is MIME?
how we can retrive data in pdf along php mysql?