posted 6 years ago
hello everyone
i really need help for my project
i have a database for car
i am using javascript and php to access the database
upon click a list is displayed and i have use javascipt onclick to implement this. Now
i have to make a search according to its id to go fetch the value which has this id and display the available car version
after displaying the list of car version which is a dynamic list
obtain from the database, the user has to be able to click
the version listed so that all the details according to this version are displayed.
Can anyone suggest me how to proceed with this please.
This is a piece of code so far
Javascript
this is my php code
and here is where it is found in my html