php-db | 2001071
Date: 07/12/01
- Next message: a: "[PHP-DB] Hello"
- Previous message: Dobromir Velev: "Re: [PHP-DB] Paging help needed :-("
- Maybe in reply to: Stefan Doverud: "[PHP-DB] Row order"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Stefan,
Depending on your load, you could save the results in a database table,
make the table name a session variable, and just have the sorting column
names be fields in the saved table.
CREATE TABLE Q1234 AS SELECT ...;
You can also put all the variables in a variable then put the new
variable in the <a tags like this:
$query_vars = "field1=a&field2=b&field3=c...";
<a href="file.php?<?=$query_vars?>&sort=field4">Field 4</a>
Hope this helps.
Dan
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-db-unsubscribe <email protected> For additional commands, e-mail: php-db-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: a: "[PHP-DB] Hello"
- Previous message: Dobromir Velev: "Re: [PHP-DB] Paging help needed :-("
- Maybe in reply to: Stefan Doverud: "[PHP-DB] Row order"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

