Dynamic Multiple List/Select
Posted: Fri Nov 19, 2004 7:52 pm
I will try to explain as best I can what I am trying to do.
OK...I have 3 tables, stationery_items, stationery_details, student_year.
I have a page that displays the student year and the stationery items, both dynamic tables.
What I would like from here is the user be able to select a student year from a combo box, possibly have them be able to select more then one, and also select the stationery items, and the quantity required, more then one.
When this is submitted the stationery_details table will store the student year (say year 7) and the items selected (say Red Pen, Blue Pen, 1B4 Book)
What would be the best and easiest way of doing this. I am creating the site in Dreamweaver and I dont really have a lot of coding experience, but I could manage if need be.
OK...I have 3 tables, stationery_items, stationery_details, student_year.
I have a page that displays the student year and the stationery items, both dynamic tables.
What I would like from here is the user be able to select a student year from a combo box, possibly have them be able to select more then one, and also select the stationery items, and the quantity required, more then one.
When this is submitted the stationery_details table will store the student year (say year 7) and the items selected (say Red Pen, Blue Pen, 1B4 Book)
What would be the best and easiest way of doing this. I am creating the site in Dreamweaver and I dont really have a lot of coding experience, but I could manage if need be.