I'm trying to do something simliar... laserlight, if I'm understanding you correctly I would setup a db like this:
id | item_name | sort_by
----------------------------------
and when I use the hyperlink to call my function moveup() it would swap the sort_by of say id 2, with id 4? If that is correct then can you provide an example of what would be a good text input to use for the sort_by? If I am wrong, please advise.
TIA