You see I have fair knowledge of php but lacking knowledge of AJAX, I'm willing to pay for this script if someone is interested in making it.
keep in mind it should only show the years a make of cars has and further on only the fuel types for make and year, so finally you only get the models of cars according to [Make] --- populate ---->[Year] --- populate ----> [Fuel] --- populate ----> [Models] the reason is to eliminate...
User Profile
Collapse
-
Auto populate fields from sql database.
I need some help or tips on the following.
I have a .sql database file with the folowing structure:
Code:DROP TABLE IF EXISTS `car`; CREATE TABLE IF NOT EXISTS `car` ( `id` int(10) default NULL, `Make` text, `Model` text, `Year_` text, `Car_Fuel` text, ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
No activity results to display
Show More
Leave a comment: