Simple trouble.
-
Hi. I a'm writting a simple application on php 5 and zend_framework. I need to create two dropdown lists that depends on each other. Cities and streets for example. I select a new city at my client page and want that my application post me at the other dropdown list streets related to this city in the database. Which would be the better way to do it?
-
Hi. I a'm writting a simple application on php 5 and zend_framework. I need to create two dropdown lists that depends on each other. Cities and streets for example. I select a new city at my client page and want that my application post me at the other dropdown list streets related to this city in the database. Which would be the better way to do it?
-
simple is relative but I would write an ajax call to a php server side script that returned the street data. All of this would started by using a onchange event of the city select from the display page.