Hello…
I have two tables accidents and vehicles with n-m relationship, and I have a form which will be adding data to these tables in mysql database.
In the form I have a drop down list which shows how many vehicles have been involved in a certain accident.
My question is:
How can I dynamically create textfields to fill in details of those vehicles such as vehicle number, when it happens there are more than one vehicle involved in a certain accident?
Any Idea will be appreciated. Thanks