I basically would like to know how to reorder a list by changing a ordered field id to modify the order of the results.
For example:
ID: 1
ORDERID: 2 (change to 3)
TESTDESC: Testing 123
ID: 2
ORDERID: 2 (change to 1)
TESTDESC: Testing 456
ID: 3
ORDERID: 3 (change to 2)
TESTDESC: Testing 789
I want to find a way how to do this to make it easy for clients using a CMS. I have seen a few ways how to do this using form list box, DHTML dragging to reorder and also using arrows to move the records up and down.
I just would like maybe some help/advise on a good technique to handle this. Even if someone could list links to examples/tutorials.
I appreciate the help.