Hi, I want to be able to seach in my table named "map" to see which record has the highest value for "positionV".
For example if I had 5 records in "map" table and under "positionV" the values for each were, "3, 8, 9, 2, 10" I would wont it to output 10.
I am using PHP also by the way.