Hi,
I am new to PHP and trying to learn!
I have a page that has a drop down box which I have succesfully configured to show the values from a database.
I now need to fill the text boxes on the same page with the values of the specific record selected from the drop down box.
As an example:
The drop down holds the registration numbers of cars. If a specific registration number is selected I need the details of this car (age, mileage, etc) to be shown in the text boxes on the same page without having to ask the user to click on any buttons.
I hope that makes sense.
Any help greatly appreciated.
Kind regards
Dean