Hi folks, i have had so much assistance on here, that i feel almost embarrassed asking for more help, but i thank you in advance.
I’m trying to create a Dynamic Dependable Drop Down Search from MYSQL table,
Basically i want to show in drop down 1, Distinct values from “makes” which will then populate drop down 2 with DISTINCT “model” … then want to display the all “id” for rows which match “make”,“model” as selected.
Each row in my database has “id”,“make”,“model” example 157,FORD,MUSTANG.
So a typical search may show 5 different “id” matching FORD, MUSTANG
Does that make sense ?
I hope someone can point me in the right direction.
Thanks in advance