What i need is help in creating a "re-ordering" script.Something along what PHPBB's (i think Vbull uses it too... im not sure) forum uses.
Where i can reorder tables/categories with a click of a button.
If ANYONE has an example or things that will help me.
Plz post them.
Thanks.
~~~~~~~~~~~~~~~~~~~~~~~
what i mean is.. Im 'trying' to create a script that 're-orders' "ID" #'s
like so
you have lets say
Links name ID #
--------------------------
Home 0
Forums 1
Members 2
Blah 3
... ...
etc 50
--------------------------
and then you wana change the order so taht blah becomes #1
Links name ID #
--------------------------
Home 0
Blah 1
Members 2
Forums 3
... ...
etc 50
--------------------------
Thats what i cant figure out... nor even devise a concept into which i can then put into code to create a functional 'reorder'ing script.


Reply With Quote