I am writing the following in PHP: i would like to have 2 dropdownlists, where the second one is populated from a mySQL dB according to the choice made on the first dropdown list. Then I would like to use the values of the selected values of the dropdownlist to call another PHP page in which I will generate a db query.
Eg: List A: Car Manufactures (honda, nissan, etc) List B: Models (accord, civic, etc)
Sonra başka bir PHP dosyasında değerleri POST, bir gönderme düğmesi olacak? (Ben dinamik bir listesini kalmadan üzerinde gerçekleştirmek için nasıl temelleri var, ama ben AJAX ile bu çalıştı, ama ben ikinci DropDownList değerini geçmek sorun yaşıyorum)
Ben yukarıda gerçekleştirebilirsiniz nasıl herhangi bir ipucu?