AlwaysWilling
Programmer
Hi all. I query the database and put the elements in a select box in a sequence order based on the sequenceid. The user can sort the sequence any way they want.
EX:
original sequence
1 - Me
2 - You
3 - Her
4 - Him
new sequence
1 - You
2 - Her
3 - Me
4 - Him
How can I do something like that?
EX:
original sequence
1 - Me
2 - You
3 - Her
4 - Him
new sequence
1 - You
2 - Her
3 - Me
4 - Him
How can I do something like that?