Skip to main content
Participant
December 13, 2008
Question

Dynamic Drop down in dreamweaver cs4

  • December 13, 2008
  • 1 reply
  • 259 views
Hello can any one tell me how to create a dropdown based on another dropdown in php like
pulldown 1 => country
pulldown 2 => city
pulldown 3 => town

I came across this topic in cold fusion 8 by creating CFC's but i want to know it how to create them with php in dreamweaver CS4
This topic has been closed for replies.

1 reply

Inspiring
December 13, 2008
I have done that in the past using the commercial combo extension from
nitobi

check out the combo master detail.

http://www.nitobi.com/products/completeui/demos/explorer/index.html

having all that you will then need a list of the worlds countries, city ,
towns

I purchased the http://www.ip2location.com db3 pack for that info which is a
csv file.

other wise to do it by your self can be a lenghtly process.

k