If you read it more closely you will see that I changed how the array was added to the echo function and I changed the quotes type so you didn't have to escape the double quotes.
[edit]
Discovered a bug in my code...
<?
begin_block('Donate');
echo '<BR><BR><CENTER>This would need to contain your donation code, or something. maybe even a paypal link</CENTER><BR><BR>';
echo '<a href="member.php?mid='.$row['mid'].'">'.$row['login'].'</a>';
end_block();
?>
[/edit]
Last edited by cwarn23; Jan 30th, 2010 at 9:25 am. Reason: added info
Reputation Points: 410
Solved Threads: 258
Occupation: Genius
Offline 3,003 posts
since Sep 2007