I want to get select the posts for a topic in my forum plus the first one so I figured I would use a UNION like this:
__________________________________
$sql = "SELECT u.username, u.user_id, u.user_posts, u.user_from, u.user_website, u.user_email, u.user_icq, u.user_aim, u.user_yim...