Hi,
I'm experimenting a bit with my codes to minimize the number of table that I'll be using.
Do you think this mysql row manipulation is possible?
Scenario:
1 table w/ 28 rows (maximum rows), with only rows from 1-20 filled, rows 21-28
only filled with the unique key for rows, ex: r21 or 21 and so on.....
I'd like to drop or demote the item in row #1 to row #21 (if row #21 is filled it will automatically drop or take the next empty field) to empty it so I can select another item from a selection list to take the #1 row position. This will be triggered by a drop button for each row from row #1-20.
Is this possible? Pls help!
Thanks!