Why won't this work?
Code:
<td class="alt1" width="25%" align="center"><span class="smallfont"><a href="member.php?u=" & $data[userid]>$banusername</a></span></td>
it's supposed to create a link with with the person's userid in an array, and the link displays their username. Both getting their username and userid works but it's something about concantation because the link doesn't have the number.