ok well the title of the thread is bl_admin and that is the name of a table in my database...well in the table theres a field called adminid how would I display it in order from like 1 2 3 4 5 and so on heres the code Im using to display it now.
$id = mysql_result($result,$i,"adminid");