Page 1 of 1

ordering the rows manually

Posted: Wed Dec 22, 2004 7:48 pm
by computerages
hey eveyone!

I am looking for a php script which would let me order the rows manualy instead of table's id, or something like it...

If you still don't understand what I am looking for:

Image

waiting for your reply...thanks!

Posted: Wed Dec 22, 2004 8:40 pm
by nigma
There are a few ways. The easiest would probably be to add a column to the table in which you would put the rows display position. Then sort by that column.