I'm using drop menus to insert into a many to many table.
(composite index)
The values come from five cols of a table, and their order needs to be maintained on the insert (1-5, for each of five drop menus)
These go into the second index col.
Will adding another col. sel_order, and inserting $i+1 into this maintain the order of the values. (cannot use timestamp).
Will the value be inserted in the order they appear on the Insert form?