Is it possible to also call the users avatar(default one if you use it) to be displayed along with the info?
Code:
$memberOfTheDay = $DB_site->query_first("SELECT user.userid,user.username,user.posts,user.reputation,user.birthday
im assuming itd be more or less adding the extra avatar or profile tables to the above query?
could this also be possible for what brandy is looking for?
i.e adding in the profile feild table to the query.
this hack is very cool thanks alot!