Hey Guys! :)
Sorry to bother you all I can't seem to get my code to work and I would be much obliged if you could help me out.
So what I was trying to do was get a column from a table of my database and show only the top 'points' e.g. 8, although the code works i've also group and order by points DESC so it shows highest first and goes lower e.g.
Username - 90
Username2 - 80
All looks good! BUT its showing like
Username3 - 3
Username4 - 18
Username5 - 1
So I have recognized it is only going by the first digit as its not putting say 18 above the 3 like it should. I would really love help on this as I am stumped on what to do.