we can do the same thing as theat, but if you pick a maker, you will only get that makers, models.
it can be done in some sql files, it would make it a faster load time too.
check it out.
[quote]
somthing like this for the makes
le="color: #000000"><?php xoops_garage_makes VALUES (86, 'Toyota'); xoops_garage_makes VALUES (87, 'Triumph'); xoops_garage_makes VALUES (88, 'TVR');
and this for models
le="color: #000000"><?php xoops_garage_models VALUES (693, 86, 'Hilux'); xoops_garage_models VALUES (694, 86, 'Landcruiser'); xoops_garage_models VALUES (695, 86, 'Liteace'); xoops_garage_models VALUES (714, 87, 'Spitfire'); xoops_garage_models VALUES (718, 87, 'TR6'); xoops_garage_models VALUES (719, 87, 'TR7'); xoops_garage_models VALUES (720, 87, 'TR8'); xoops_garage_models VALUES (721, 88, '280I'); xoops_garage_models VALUES (725, 88, 'Cerbera'); xoops_garage_models VALUES (727, 88, 'Griffith'); xoops_garage_models VALUES (728, 88, 'S Convertible');
Notice the ( ###, ##, 'model')
the 2 digit is the maker
the 3 didgt is the model number.
quote]