I am searching an array for certain points using in_array() ... I am storing 1 of many points which 1 looks like "6.1" ... for some reason 6.10 is being recognized as a match and Im having a hard time figuring out how to pull the exact value from the array or make it so the array only returns an exact match.
Does anyone know how to solve this problem?