I am getting a value from MySQL, but I'd like to do something with it.
I want to make a McDonald's-ish thing, like: 'Over 40,000 served' etc.
So if the value is 40001 it'd return 40000 if it was 2452 it'd return 2250, etc.
Am I making any sense? Basically rounding a number but in a different way.