|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
Resorting data without a new DB pull
After considerable searching, I cannot discern for myself how to store pulled data from a DB and manipulate it (sort it) without re-pulling the data every time I make a change to the page. (IE: Table displays by column, or whatnot.) If anyone could give me some suggestions (source code, links to places to read, etc) I would be incredibly appreciative.
Hope that was clear, thanks in advance. G. |
|
#2
|
||||
|
||||
|
RE: Resorting data without a new DB pull
You could store the data in an array, save the array in a session variable, and use one of the array sorting functions to sort it.
|
|
#3
|
|||
|
|||
|
RE: Resorting data without a new DB pull
Hmmm, that's an interesting thought. I do have quite a bit of data, and thought I had read that you could not store arrays in session variables. I will try it, however. Thanks for the advice.
G. |
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Database Help > Resorting data without a new DB pull |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|