I need to list everything from a database order by a certain field, which i can do, however i almost need to find the position of a entry (WHERE `userID` = '$userID') that would be the criteria, how would i do that? I can do a full DB search and a WHERE criteria search but i can figure out how to do a mix of both.
EDIT: This would be done in PHP if that makes any difference.
EDIT: This would be done in PHP if that makes any difference.
Comment