Hi
I have several data s in MySQL
database. In my table there is a column called rank. what I want is when some one enter a rank say 25
then the result should display names on similar(+ or -) ranks LIMIT
to 10
from table.
example
mathew - 25
john - 26
joe - 25
stewart - 27
kelly - 24
brandon -23
magy - 22 .......etc.
Thanks Mathew