Hey Guys, I'm assuming I'm in the write area since what I'm writing is in php, but may turn out to be javascript. Like I said, not positive but I find this is my best area to ask. I'm writing a program that will pull a manufacturer of a vehicle in drop down number 1, and in drop down number 2 a model. If drop down number 1, for instance is porsche, I only want to show porsche models in drop down 2. I'm pulling all makes and models from db, with each in seperate db's but models linked to makes with the makes primary key. I hope that makes sense. If anyone could even just kick me in the right direction, it would be fantastic.
There is a example below of just same functionality but here I have used some different names in the drop down. Just try to get the logic. 1. File: dd.php 2. File: dd-check.php 3. SQL: