First off, sorry I'm new to PHP but here is the issue I'm having.
I can make a dynamic list from a MySQL database ordered by a seq field. I want to include the ability to rearrange this list (through links or buttons) and save the new sequence to the database. Unless I want it to be done one move at a time I assume that something such as javascript must also be used so this is where I get lost. Does anyone have any idea how I can let the user arrange the items without a page reload and then when finished save the new order?
Any help is greatly appreciated.