I didn't try that because I figured out the problem. I assume it would have echo()'ed "one" in the browser.

That bit is working fine.
Code:
<tr>
<td style="text-align: center; vertical-align: middle">
<a href="member.php?u=1">Davey</a>
</td>
<td style="text-align: center; vertical-align: middle">
Founder
</td>
<td style="text-align: center; vertical-align: middle">
Warrior
</td>
<td style="text-align: center; vertical-align: middle">
Carpentry
</td>
</tr>
The above works, displays fine. So this bug in my code is the $memberlist variable.
edit.- I have to eval() the $memberlist variable, no..?