query("select * from user order by id"); echo "
"; while ($set->next()) { echo ""; echo ""; echo ""; echo ""; echo ""; } echo "
",$set->getString('id'),"",$set->getString('forum_name'),"",$set->getString('login'),"
"; ?>