©Mike Moxcey 1999
Sort By Logic: option 2
if ($sort_opt eq "2") {
- $sort_opt = "email";
- $sort_name = "E-mail";
- $var_list="'<tr>',$f_email, $f_name, $f_pri, $f_seq,
- $f_date, $f_prob, '</tr>'";
- $table_head= "<table border><tr>$h_email $h_name $h_pri $h_seq
- $h_date $h_prob </tr>";
}elsif ...
home
next