A company sells a variety of component As, a variety of component Bs and a variety of component Cs (for example CPUs, motherboards and RAM). They want some kind of web app that allows a visitor to select A3000, B64 and C24, and see if that combination will is compatible.
Their website is built in Joomla.
What would be a good way to go about creating something like this?
The two thoughts I have currently is a searchable database like this: http://processormatch.intel.com/CompDB/
Or something like the 'post new ad' on Gumtree where selecting the first category opens up the second list of compatible pieces, and then a third: http://www.gumtree.com/add_posting.html
I don't have much database experience, so the simpler the solution the better.
Thanks for any thoughts!