I have the following code to get the latest blog for my frontpage. How can I display the avatar for the user?
PHP Code:
$query_blog = mysql_query("SELECT blogid, userid, username, title, lastblogtextid, dateline FROM vb3_blog ORDER BY lastblogtextid DESC LIMIT 1") or exit(mysql_error());