Ive got a form that resubmits to the same page with some hidden fields, and Im wondering if using default is like saying "if a value wasn't passed through, it would default, but if there is a value for that field it would use that instead of the default."
What Im doing is pulling data from a query into an html table and want it to be sortable by its columns. So then, the query reexecutes each time a column header is clicked on, so...I need to keep track of the current column to sort by, previous column that was sorted by, and the direction of the sort.
make sense?
Thanks.
What Im doing is pulling data from a query into an html table and want it to be sortable by its columns. So then, the query reexecutes each time a column header is clicked on, so...I need to keep track of the current column to sort by, previous column that was sorted by, and the direction of the sort.
make sense?
Thanks.