Thanks, but im not really trying to figure out how to make rank =
these are my tables
$userprefix - id - rank - username
$rankprefix - id - rank - rnum
rnum gets saved in the $userprefix. Now im trying to just match up the rnum with the rank from the $rankprefix.
My problem is. I want to list all users in the database.
the rank number is pulled from the first query.
then in the 2nd query the ranks name is pulled.
rnum stands for rank number.
im just using the 2nd query to get the ranks name.
so really.
If I remove the 2nd query the whole user database is listed with the ranknumber next to it.
I just cant ever seem to get the right post across how ever I say somthing.