Page 1 of 1

yea make model of cars

Posted: Tue May 18, 2010 7:24 pm
by search4f
I am new to php and my sql so please bear with me. I am using a program php runner.
I have 3 fields year make model that need to be drop down lists dependent on the prior selection. for instance if they chose 200 toyota there wont be a tercel as a choice be cause it wasn't made. i have a csv file that has all the correct data. what i need to know is what tables and what fields to create. and how to set up the link field so make only shows makes for the year chosen and model shows only those for the chosen year and make
thanks

Re: yea make model of cars

Posted: Wed May 19, 2010 4:47 am
by Benjamin
This is called a Chained Select. Search for ajax chained select and you should find plenty of information.