PHP Code:
$useritemsquery = $DB_site->query("SELECT id,name,icon FROM items WHERE id =('SELECT * FROM items_users WHERE userid=$bbuserinfo[userid]') ORDER BY id ASC");
while($useritems = $DB_site->fetch_array($useritemsquery)){
eval("\$showusersitem .= \"".fetch_template("itemshop_showuseritems")."\";");
}
Thats what i've go so far and i think what you ment works but i think it joins all the id's together into one big id and then the first query cant find the row and wont return it so the eval never happens