©Mike Moxcey 1999

Sort By Logic: option 3

elsif ($sort_opt eq "3") {
$sort_opt = "open_date desc";
$sort_name = "Entry Date Descending";
$var_list="'<tr>',$f_date,$f_pri, $f_email, $f_name,
$f_seq,$f_prob,'</tr>'";
$table_head= "<table border><tr>$h_date $h_pri $h_email $h_name
$h_seq $h_prob </tr>";
} else ...


home next