Ok this is what im trying to do. I want to show certain users in a certain order. I did this fine.
Now what I need to do is make it in the admin panel.
What I want to do is have it like this
username up(check box) down(check box)
Now the user could be any way im not using the ID feild for this im using another int.
Is it possible to change the whole MSQL numbers by 1 up or down depending on that user.
so say this for example
Tim up(check box) down(check box)
gary up(check box) down(check box)
paragon up(check box its clicked I want to move him up were gary is) down(check box)
ect...
How could I do this ?
Thanks for any help or suggestions.