One of my column value is like 50-17-140(This value is showing the size details for the eyeglasses). This is unique for every product. So this 50 can be 45 to 60 and so on.
Is it possible to fetch these numbers(50, 17, 140) separately in PHP?
What will be code if I want to show only 50 somewhere of only 17 etc.