I want to insert data into a reading list. The data are:
Title, author and year.
I want to insert the data with a php/html form page. My problem is:
there is for each item only one title, but there one or more authors.
How can I solve the prob? Is there a possible solution like with MSACCESS forms:
Just form with a subform for the many authors?
Any helpful hint?