I own a site and the programmer has not made the columns user selectable for ascending and descending. Would any one like to help me out?
Here is a spinet of code that has the tables.
<tr>
<td width="50" align="center"><font size="2"><? print $usemembernumber ?></font></td>
<td width="50" align="center"><font size="2"><? print $usestatus ?></font></td>
<? if ($totalsitecount < 1){ ?>
<td width="150" align="center"><font size="2" color="blue"><? print "$usefirstname $uselastname"; ?></font></td>
<? } else { ?>
<td width="150" align="center"><font size="2"><? print "$usefirstname $uselastname"; ?></font></td>
<? } ?>
<td width="100" align="center"><font size="2"><? print $uselastvisitdate ?></font></td>
<td width="100" align="center"><font size="2"><? print $show25plus ?></font></td>
<? if ($totalsitecount < 1){ ?>
<td width="50" align="center"><font size="2" color="blue"><b><? print $totalsitecount ?></b></font></td>
<? } else if ($allsiteinactive == 'Y') { ?>
<td width="50" align="center"><font size="2" color="red"><b><? print $totalsitecount ?></b></font></td>
<? } else { ?>
<td width="50" align="center"><font size="2"><b><? print $totalsitecount ?></b></font></td>
<? } ?>
<td width="50" align="center"><font size="2"><b><? print $totalsitecount1 ?></b></font></td>
<td width="50" align="center"><font size="2"><b><? print $totalsitecount2 ?></b></font></td>
<td width="50" align="center"><font size="2"><b><? print $totalsitecount3 ?></b></font></td>
<td width="50" align="center"><font size="2"><b><? print $totalsitecount4 ?></b></font></td>
<td width="50" align="center"><font size="2"><b><? print $totalsitecount5 ?></b></font></td>
<td width="50" align="center"><font size="2"><b> </b></font></td>
<? if ($checknoticeflag == 'Y'){ ?>
<td width="50" align="center"><font size="2"><a href="<? print $flipnoticeflagurl ?>"><b>ON</b></a></font></td>
<? } else { ?>
<td width="50" align="center"><font size="2"><a href="<? print $flipnoticeflagurl ?>"><b>OFF</b></a></font></td>
<? } ?>
<td width="50" align="center"><font size="2"><a href="<? print $editmemberlink ?>">Edit</a></font></td>
<td width="50" align="center"><font size="2"><a href="<? print $emailmemberlink ?>">E-Mail</a></font></td>
<td width="50" align="center"><font size="2"><a href="<? print $deletememberlink ?>">Remove</a></font></td>
</tr>
I would like all of them able to sort by ascending or descending except for Notice and also have all the right info in there. IE the user number is for the right user name
and such as that
Any help will be of great help and probably stop me from going bald from pulling out my hair. LOL
Dave