On Fri, 2006-03-31 at 14:47 +0200, Issac Goldstand wrote: > I also tend to go with this variant of B. I keep $start_from and > $max_results in the session (or the query string).
Please keep it in the query string! One of my pet peeves is applications that go crazy when I open multiple browser tabs/windows. Keeping things like this in the session (which is shared between browser windows) gives bizarre results in that situation. - Perrin