Re: [PHP] Record Sorting Using Up and Down Arrows

2002-10-06 Thread David Pratt
I'm hoping someone can help me solve this problem. I've almost got something working. Only problem is I am having some difficulty trying to come up with a case or condition for the single value (ie. devmodfile value = file 3 in example below) that it won't print any arrows up, up/down, or down.

Re: [PHP] Record Sorting Using Up and Down Arrows

2002-10-05 Thread Marek Kilimajer
PhpNuke has something like this in blocks management. Try looking at it. David Pratt wrote: Hi there. I am trying to write a routine to allow me to sort the contents of a table by clicking on up or down arrows. The idea is that top record will have down arrow, bottom record up arrow and records

[PHP] Record Sorting Using Up and Down Arrows

2002-10-04 Thread David Pratt
Hi there. I am trying to write a routine to allow me to sort the contents of a table by clicking on up or down arrows. The idea is that top record will have down arrow, bottom record up arrow and records inbetween both an up arrow and down arrow. Clicking the arrow causes the record to move up