I am using a form and POST to generate tables. the forum selects the cut and then you can choose the carat using the BETWEEN statement in the sql query. This all works fine, the trouble is I need to sort this table using only the values brought to the table from the POST variables.... so i need to sort the carats but only from the values chosen in the forms.... is this possible?
Since a $_POST variable set is an array, I imagine you could use the sort() function to do something. http://us.php.net/sort Without knowing the code that the forum is using, it would be hard to say how difficult it would be to implement it.