Hi,
i need a two dropdown lists where first (manufacturer) populates second (models) and when submit button is clicked it should lead to page of model, like this: index.php?p=view&m=shop&id=<certain_id>
all data is in one table and i can't change that: id, manufacturer, model, price, description
is there any example of something like this or someone knows how to do that?
thank you