well i strapped on my php hat and dove right in, and it's not proving to be all that hard, bar one line that refuses to work
PHP Code:
print_label_row('<b> Posted: By </b>', iif($confession['userid'], "<a href=\"user.php?$session[sessionurl]do=viewuser&userid=$confession[userid]\" target=\"_blank\">$confession[username]</a>", "Anonymous"));
but i think it's cos the username is stored in teh user table and the left join on the confessions table i made for the array hates me, can i do it via a left join for the array or do i need to have that as a seperate query?